how can u put synchronization point in qtp,wat is exactly
synchroniztion why we use it wat is benifit in qtp
Answer Posted / srinivas naragoni
Synchronization is nothing but time maping between QTP and
application.
synchroization point to give waiting time to the tool(QTP)
Example flight reservation:
1) You are inserting an order and than stop your recording
remember not to close or do any other operation after that.
2)Now playback the same test You find it QTP test result is
generated before order is inserted.
That shows QTP test execution speed is higher than
Application execution speed.
By providing synchronization point tester tries to match
the execution speed of QTP and Application because it may
happen that the next operation that you are performing is
depending on previous result and it is not generated yet.
Default wait time for any object is 20 second and object is
not appearing in 20 second than that may fail script. So to
avoid such condition we use Synchronization Points
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is business process testing(bpt) in qtp?
What are the types of object repositories? Which one is you using?
Where is the Bitmap checkpoint information stored?
What is a Patch in QTP?
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
What are the recording modes in qtp?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?
write script for bitmap image?
What is object spy in quicktest professional?
What are private functions in QTP? How they can be called from the function library?
In what occasion we can specify global sheet and action sheet?
What are the different types of recording modes in qtp? Which will be used when?
What are advantages of test automation?