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


Please Help Members By Posting Answers For Below Questions

What is checking bitmaps?

547


Can we Test Welcome Screens and Process Images with QTP

1419


What are the ordinal identifiers in web page?

626


can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process

1277


hi nani my doubt is how does qtp process metrix related to software process.

1540






How you can find the absolute value of the number in qtp?

514


How do Parameterization and Data-Driving relate to each other in QTP?

552


Is virtual object supported in low level recording mode?

613


how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance

1420


How to test login module with different username and password by using data driven testing in QTP?

601


write the vb script for call to new action in qtp?

1849


How to export quicktest professional (qtp) results to an .xls file?

590


What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.

1621


When you open QTP, how many sheets you can see?

643


Without using gui map editor we can recognize the application in winrunner ?

597