Answer Posted / bishwajit.rk
In QTP Synchronization can be inserted in three different
ways:
1- Synchronization Point
2- Increasing Default Checkout Time
3- Wait statement
I think u have understand the Synchronization Point and
Wait statement but u can also sync by increasing the
default checkout time when u insert a checkpoint.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
How do you capture tooltip using QTP?
What is a checkpoint? How many check points are there in qtp?
How to create a standard checkpoint ?
Diff b/w Health care domain and Banking Domain?
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
Approach for Installation,comaptibility,system testing
Explain the new feature of UFT regarding the export of test results?
How would you directly trigger javascript in a test?
What is difference between Recording time object identification and Run time (Execution) time.
What are the challenges you faced during you entire life automation ?
How to test results for qtp ?
How to release all resources file from the QTP?
What are the common defects found in your project? (in qtp interview)
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 are the check points can be inserted without recording?