Interview Questions

WinRunner: How to use data driven technology in GUI Check points for Objects ?

Mercury WinRunner FAQ


(Continued from previous question...)

WinRunner: How to use data driven technology in GUI Check points for Objects ?

Here is a sample code which writen for web enviourment
web_obj_get_text("Client Name","#1","#3",text," "," ",1);
if(text==ddt_val(table,"WaveDesc")){
report_msg("done");
}
else
{
report_msg("Not Done");
}
so in each recursion it will check the text with data stored in the excell sheet. And the report's result will give a progress.

(Continued on next question...)

Other Interview Questions