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 the difference between toggle checkpoint and checkpoint?
what are the differences you see in e-commerce and banking domain in testing point of view Thanks in Advance
descriptive program for web application.
What is debug mode in Winrunner?
two file is there how will compate it by useing qtp.
How to get the resolution settings?
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
Define parameterizing?
Where did you learn winrunner and testdirector?
How enviornment veriable can be included into my script. I want to include some information into my Excel file using Test run in WR. like User name of system? waht is function to be used? Please clarify.....
What is the XML test cases creation?
How to break infinite loop?
This Is Sekar, Can Any One Of You Help Me? Question: How To Draw Charts In Excel Sheet Using Winrunner Scripts. Thanks, Sekar.
How do you identify which files are loaded in the gui map?
How do you maintain the document information of the test scripts?