what is Synchronization point in QTP?Can anybody give a
perfect example on it
Thanks in advance
Answer Posted / ajay kumar jha
Synchronization point is techniques through which we are
synchronize the execution time and application execution
performance timing.
There are three type of synchronization point
1. Sync
2. Wait
3. Exist
Examples
1. Browser ("XYZ").Page ("ABC").sync
In the above example sync is inbuild function of qtp which
wait till the page is completely loaded. you can give the
maxmum time by Browser ("XYZ").Page ("ABC").sync(10) also.
2. Browser ("XYZ").Navigate ("www.google.com")
Wait (10)
In the above example script will wait for 10 sec. it is
independent to the process of page load.
3. Browser ("XYZ").Page ("ABC").exist(10)
In the above example script will chaeck the existence of
page abc once it found it will execute next step.
10 is the maximum time which is optional.
If you have any doubt then please mail me at
ajayjha101@hotmail.com
If you have any doubt the please revert back to me.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
whow much strong on VB and C?
How many types of parameters are available in quicktest professional (qtp)?
In Remote acess server how u run a test?
Explain features of the latest version of qtp/ uft 12.1?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
when to start the automation?
Explain the benefits of quick test pro(qtp)?
can i compare two databases using QTP ?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
Can U Explain about QTP tool from older version to latest version also its differences?
regular expression in qtp standar check point for months from accepting months from january to december only
Explain different types of checkpoints?
How many types of actions are there in quicktest professional?
Explain the differences between table and db checkpoints?