Data is there in two excel sheets .. how ur going to retrive
the data in winrunner thru script.. write down the script?
Answers were Sorted based on User's Feedback
Answer / uday kumar. a
Hi,
As per the question, Excel sheets means In an Excel file we
have multiple sheets(Sheet1, sheet2 etc...)
Here i can access the sheet1 data, but WR does not provide
any functions, so that we can access sheet2.
There is no direct option to access sheet2 in Excel file
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
How will you automate a test case?How will u find a IPconfig of an appln or a machine?
What is the TSL function in WinRunner to connect to test director?
1 Answers Infosys, Kanbay, Scope International,
How should we write and execute a user define function using WinRunner.
wat is the d/b windows 95&98&xp?could anybody give reply ?
What is Global GUI Map?
How to test Fonts and its size thru "Font Expert" in Win Runner.
What is the use of virtual object wizard and how it is used?
What is watchlist?
What is the difference between gui map and gui map files?
where does WR records the information about objects in AUT?
How to force wr to learn the sub-items on a menu?
What do you verify with the sync point for object/window bitmap and what command it generates, explain syntax?