In an Excel sheet take two fields as agentname and password
and type some valid agentname and password.call that excel
sheet in qtp so that qtp opens the flightreservation window
taking into consideration how many records are entered in
the excel sheet.For example if 3 records are entered today
it will open 3 FR windows,if in near future the records are
more than 3 then it will open that number of times.
Answer Posted / hari
var=datatable.getsheet(3).getrowcount
for i=1 to var
datatable.setcurrentrow(i)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How QA specialist can identify when programmatic descriptions are useful?
can the activities of test case design be automated?
What are the general steps involved in the data driven framework?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
How software tester can use constants and variables in scripts?
Explain qtp(quick test professional)?
How to check which add-ins are associated with a test in qtp?
In qtp, how you can get the last character from a string?
Hi friends did any budy attend accenture system test for qtp? if any budy pls drop questions.not only accenture any other mnc company which you attended system test(QTP)?it may helpful to others also
Object repositories types, which and when to use?
Explain how you can find the absolute value of the number in qtp?
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
When to use shared and local object repository?
what is the difference between the modular framework and datadriven frame work
Explain advantages and disadvantages of ddf?