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 key combination to terminate script execution
How to insert the data in to the data table from the data base records?
2 Answers CTS, Landscape Technologies,
can anybody tell me which type of questions raised on ERP domine in interviews?
What Is Test policy and what is Test Strategy ? differenciate between them? Explain with examples?
The default type of Constants and variables supported by TSL are..
How do you execute your tests from windows run command?
what is the file extension for object in AUT captured by WR
what are the supporting development environments supported by winrunner
Will TSL supports function overloading and operator overloading?
How do winrunner connects to SQL database and what option is use?
we have three windows with title(logical description),India.com,Government of India.com,India Inc.com.All three windows have similar properties and object.A test script has to be run on all these windows.what changes will u make in GUI or script so that the script runs succesfully on all these three windows with the least alteration required? Please explain clearly with steps.
What is the difference between STATIC FUNCTION & STATIC?