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 |
What is the different types of Data driven testing?
If I do not check any of the add-ins that pops up initially, for which type of application can I do scripting?
How do winrunner connects to SQL database and what option is use?
Hi guys pls any one help me , I am facing this problem since last one week , my question is in there 1000 rows and 1000 coloums , i want to pick the one record , how ?
How to insert the data in to the data table from the data base records?
2 Answers CTS, Landscape Technologies,
one text box is there .It will takeing some number, How will u know how many no's it will takeing by useing qtp
What is keyword driven testing? what is the difference between severity and priority?
How do you modify the logical name or the physical description of the objects in gui map?
how many checkpoints are provided by WR
How do you determine what to test?
what is the winrunner framework or architecture?
What do you verify with the gui checkpoint for single property and what command it generates, explain syntax?