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
How you integrated your automated scripts from TestDirector?
How do you handle dynamically changing area of the window in the bitmap checkpoints?
What are the three modes of running the scripts?
Explain the synchronization points?
Can anybody Explain me about the liasing with the developers,and a tester can make a test plan well?plz explain me as soon as possible ,thanx in advance.
How should we write and execute a user define function using WinRunner.
The title of the window consists of date and time.What is the regular expression to recognize the window as unique?
Define parameterizing?
How do you identify which files are loaded in the gui map?
Could you anyone share me the path to download the automation tools which are having trial license version?
What are the virtual objects and how do you learn them?
Have you used winrunner in your project?
What is the disadvantage of loading the GUI maps through start up scripts?
What do you verify with the sync point for object/window bitmap and what command it generates, explain syntax?
Have you ever created a start-up script?