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
i would like to know the steps to write tsl exception and object exception with a simple example
How do you filter the objects in the gui map?
What is the purpose of different record methods 1) record 2) pass up 3) as object 4) ignore.
Which are default codes winrunner generates when we start the application?
What information is contained in the checklist file?
What are the different modes of recording in winrunner?
Explain the purpose of gui spy?
How do you maintain the document information of the test scripts?
Have you used winrunner in your project?
How to check property of specific icon is highlighted or not?
What do you mean by the logical name of the object.
What is the purpose of the temp GUI map file?
Explain the purpose of gui map configuration?
How to do text matching?
What are the two modes of recording?