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
What are the major/ important methods, functions in QTP we use realtime testing
How to give a call to another action from one action?
What are the two types of repositories available, explain them?
What is throw Object?
How will you declare a variable in qtp?
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
Hi, how can we check or avoid the memory leakage in QTP9.2?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
why text area checkpoints cannot used for web applications
What is accessibility check point?
can any one say that where we can download the QTP trail version ??????????
How to handle the exceptions using recovery secnario manager in quicktest professional?
Tell me about your project? please help me how to tell about insurance project
What is a reusable action?
What is quick test pro? What is a quick test professional?