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


Please Help Members By Posting Answers For Below Questions

what is the difference between toggle checkpoint and checkpoint?

4598


what are the differences you see in e-commerce and banking domain in testing point of view Thanks in Advance

1268


descriptive program for web application.

1734


What is debug mode in Winrunner?

1912


two file is there how will compate it by useing qtp.

1951


How to get the resolution settings?

798


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

2060


Define parameterizing?

822


Where did you learn winrunner and testdirector?

899


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.....

1963


What is the XML test cases creation?

2433


How to break infinite loop?

857


This Is Sekar, Can Any One Of You Help Me? Question: How To Draw Charts In Excel Sheet Using Winrunner Scripts. Thanks, Sekar.

1943


How do you identify which files are loaded in the gui map?

840


How do you maintain the document information of the test scripts?

809