How many types of Recordings are there in QTP and what are
they?
Answer Posted / vijay
All answers are wrong. Question is what are the methods not
modes
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
If I give some thousand tests to execute in two days what do you do?
iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?
Explain about datafile/verification of date file when file is not available in local system?
How to analyzing test results using quicktest professional?
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
Is virtual object supported in low level recording mode?
is it possible to add sheets to excel at runtime
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
What is environment variable in qtp and why to use it?
Does Low-level recording capture mouse movements?
Hi Samrat, Thank u very much, what u said it is right.
What is quick test pro?
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
How do you create regression test packs?