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 many types of recording modes in qtp? Describe each type with an example where we use them?
What are the differences between qtp and winrunner?
Your roles and responsibilities and daily tasks? (As automation tester)
What is debugging? How you debug your script?
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
What is the pros and cons between QTP and Rational Robot
How QTP identify the system time that's changes every seconds?
Write a script to customize the test results in PDF and HTML format.
how to find that tools work well with ur existing system?
What is qtpro? What is a quick test professional?
Define Environment Variable in UFT and its uses?
What is the difference between rational rose and QTP?
I have some real time based question.. 1.what are the challenges you have faced in your current project. 2.what are the bugs you found in your current project. 3.what are the strategies you follow to convert manual test cases into automation test cases. 4.how QTP identify two different browsers. 5. When you create a function library and share object repository what are the problems you have faced 6. How to solve the tool tip problem 7.what are the interesting bug you have found in your current project. 8.what is your daily work as a automation test engg. 9. how to create a weekly status report. 10. how many test cases you write,review and execute per day. 11.what are the uses of SQL in automation. 12.How to retrieve the data in html through vb script. 13.If application is very slow how to test the application in qtp.
What is an object repository?
Explain qtp(quick test professional)?