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 different actions are performed by find and show button?
This Is Sekar, Can Any One Of You Help Me? Question: How To Draw Charts In Excel Sheet Using Winrunner Scripts. Thanks, Sekar.
What is the purpose of set_window command?
When it is appropriate to change physical description?
can i get apex technologies interview questions in testing
What information is contained in the checklist file?
What is parameterizing?
descriptive program for web application.
What is the XML test cases creation?
Have you used winrunner in your project?
I want to do smoke test in my application but i have learnt the application before recording but im getting an error class name not found while running the script.I want to check each links and each text in my application. Can anybody answer my quesion plz.If it is possible i want test script for Yahoo login form with "New User" Login.
What is the purpose of gui spy?
Explain the synchronization points?
Which function to use to compare the application date with system date?
What are the synchronization points?