what is synchronization point, synchronization method, wait
property method? with examples.. plz explain this in brief
Answer Posted / nitin sharma
Synchronisation is a process which we use for performing
better excecution and results in QTP.
Why we use: QTP gives instruction one by one with the same
speed while AUT have more speed for some operation of
exceution and less speed for some operation of
excution.So,for better results and execution we use
Syncronization process.
We can use it by inserting:
1.Sync Property:It allows specific time for page to
navigate until it goes to next step.for eg: Browser
("Google").Page("Google").Sync
2.Wait Property:Here we are forcing QTP to wait before
going to next step.Suppose we have given Wait(10) and
object can display in 6 sec then it will wait for 4 sec
more. Systemutil.Run"http://www.google.com/"
Wait(10)
3.Inserting Synchronization points:We can insert through
Insert>Syncronization point.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain in brief about the quicktest professional (qtp) automation object model?
give me an example where u used good judgement and logic in solving a problem
what is the difference between modular framework & datadriven framework
How do you convert manual test cases to automated test cases?
What is post recovery scenario?
How does qtp recognize objects in aut?
What is the syntax for how to call one script from another?
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
Differences between text and test area checkpoints?
Explain about datafile/verification of date file when file is not available in local system?
What is checkpoint in qtp?
What is QTP testing process?
what is actually contain test report? can anybody post the test report
What are the different types of checkpoints?
Explain features of the latest version of qtp/ uft 12.1?