Some of the importent functions in data driven test(ddt)?
Answer Posted / srikanth.m
ddt_open("path of the excel sheet",ddt_file_read/write);
ddt_get_row_count("pathof the excellsheet",variable);
ddt_set_row("path of the excell sheet","row_num);
ddt_val("path of the excel sheet",variable);
ddt_set_val("path of the excel
sheet","column_Name","value/variable");
if there is any mistake in attributes plz excuse me and
mail me @ madamanchi.sri@gmail.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of gui map and what happens when gui map file get loaded?
What are the modes of script recording in winrunner ?
How do you execute your tests from windows run command?
what is qtp licence
What is the purpose of the temp GUI map file?
two file is there how will compate it by useing qtp.
you hae a inbox and got a mail how can you know it is there or not write script.
Are there any suitable free tools to conduct performance test on a php web application?Manual or automation which is preferable for such kind of application? please answer ASAP
How to have winrunner insert yesterdays date into a field in the application?
When would you use 'set_window' and when would you use 'win_activate'?
what is the difference between toggle checkpoint and checkpoint?
Difference between winrunner and test director?
What are the synchronization points?
How do you copy and move objects between different gui map files?
What is the purpose of different record methods 1) record 2) pass up 3) as object 4) ignore.