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
Brief the process of testing with UFT?
Explain different types of action in qtp?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
What is Distributed testing? How does UFT support it?
What is environment variable in qtp and why to use it?
What is the meaning Work bench?
Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.
could any help me please, how to work on visual foxpro application using UFT
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
What is the latest version of qtp?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
How to find Operating system information using QTP script?
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)
How to use output values in qtp ?
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?