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 do I use function File_Printf() to output a Space and a New Line? Thx.
What does the function represents TL_EXIT and T_EXIT ?
2 Answers PowerNet Technologies,
in which file Data of a Table is stored for further analysis
How should we create a compiled module? What is its importance?
Explain the purpose of loading winrunner add-ins?
How to find the local host name using winrunner ?
If u press a push button in an application the winrunner generates tsl statement like button_press(..) i.e the class name of the object and the event on that object but Why if u click a static text in an application the winrunner generates tsl statemen like win_mouse_click rather than the statement with combination of classname and event..??
what type of licence key r u using for winrunner software in your company?
Hi,please help me out with my ques:in winrunner the object will be reconzined in the form of label or class.
What do you mean by the logical name of the object.
What are the three modes of running the scripts?
What is Diff. between Pause() ,report_msg() statements?