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 |
supose 10 times text data is there but it will run 8 times whtat will you do.
what is the main diff of Qtp9.2 and 9.5 plz tell me
Whole application is taking as single html frame while recording and learning but i want to learn each textbox,text,links whatever the page have.If we click any link in one page that will show another page so i want to learn that pages objects also.I want navigation steps or guidence plz
what is the syntax for regular expression.dont send the types like regexp_label,regexp_msw_class
How do you select multiple objects during merging the files?
What is the exact difference between Integration & System testing, give me examples with your project.
how u can crate a database checkpoint in ur script?
Where are test cycle folders created if TSL Script is not saved
can any one provide some testing material?
which is the latest version in Winrunner
if a test script is parameterised with the same value ,and run what effect will it have in terms of performance for testing the application.will the script get executed faster or there is no effect at all.
What is the purpose of Wdiff utility?