Data is there in two excel sheets .. how ur going to retrive
the data in winrunner thru script.. write down the script?
Answer Posted / deepak ethirajan
First link the data tables to an appropriate table name.
eg:-
Table1= "C:\\excel1.xls";
Table2= "C:\\excel2.xls";
use the ddt_open command to open the data tables.
ddt_open(Table1,.....
ddt_open(Table2,....
Now, you can access the data from either Table1 or Table2
by the table name.
eg:
V1= ddt_val(Table1,<parameter1>)
V2= ddt_val(Table2,<parameter2>)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is boundary test?
What is parameterizing?
When it is appropriate to change physical description?
Without the gui map, use the phy desc directly?
Name the two modes of recording?
What is a checkpoint and what are different types of checkpoints?
What is the purpose of a gui spy?
Name the different modes of recording?
What is the purpose of regexp_label property and regexp_msw_class property?
What are the two modes of recording?
Have you used winrunner in your project?
How do u check FONTS in Login Window?
Define parameterizing?
What do you verify with the database check point custom and what command it generates, explain syntax?
What is the difference between writing a function and writing a script?