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 / ganesh
I am getting error for
Dialog("Login").Activate
Error: Login Object not found in Object Repository
Could you please tell me how to over come this.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain types of descriptive programming?
What are the types of object repository?
What are metrics and matrix?
Can we create user defined functions in qtp?
What are private functions in QTP? How they can be called from the function library?
What is the use of Debug Viewer?
What are the views available in quicktest professional (qtp)?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
What is method name to compare two XML files.
is it possible to add sheets to excel at runtime
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
Where we can use the synchronization?
What is a programmatic description?