How to change the Default synchronization method time and
where?
Answer Posted / johnson
In qtp 9.2 File-->settings-->select run tab in Test setting
window - change the values in object synchronization timeout
text box.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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 default add-ins in qtp?
In qtp, how you can use xpath to identify objects?
What are the Application Functions available in QTP?
How you can write contexts to text file in qtp?
Why we load add-ins in qtp?
what is the difference between the modular framework and datadriven frame work
Is it possible to split an action? How?
What ate the Technologies supported by QTP?
Explain data driven framework?
Explain in brief about the qtp automation object model (aom).
Hi All, How to get repeated word in string . Thanks Balaji
How to run a test using quicktest professional (qtp)?
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
How to get the particular property value?