what is Synchronization point in QTP?Can anybody give a
perfect example on it

Thanks in advance

Answers were Sorted based on User's Feedback



what is Synchronization point in QTP?Can anybody give a perfect example on it Thanks in advance..

Answer / 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

what is Synchronization point in QTP?Can anybody give a perfect example on it Thanks in advance..

Answer / ajay kumar jha

Synchronization point is techniques through which we are
synchronize the execution time and application execution
performance timing.

There are two type of synchronization point
1. Sync
2. Wait

Examples
Browser ("XYZ").Page ("ABC").sync
Or
Browser ("XYZ").navigate ("www.google.com")
Wait (10)

If you have any doubt the please revert back to me.

Is This Answer Correct ?    6 Yes 2 No

what is Synchronization point in QTP?Can anybody give a perfect example on it Thanks in advance..

Answer / nalini

Synchrozination point used to instruct QTP to pause the
test until a particular object property achieves the value
you specify. QuickTest generates a WaitProperty statement
in the Expert View. For example, if you want the run
session to wait up to 10 seconds for the "Flight
Confirmation #" field get visible (true), you insert the
following statement:

Browser("Welcome: Mercury Tours").Page("Flight
Confirmation: Mercury").WebElement("Flight Confirmation
#").WaitProperty "visible", true, 10000

Is This Answer Correct ?    5 Yes 1 No

what is Synchronization point in QTP?Can anybody give a perfect example on it Thanks in advance..

Answer / ram kumar

Can u Please elloborate the examples, since I am new to
testing ang QTP

Is This Answer Correct ?    3 Yes 0 No

what is Synchronization point in QTP?Can anybody give a perfect example on it Thanks in advance..

Answer / ram

Got it, Thanks to Ajay and Nalini

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More QTP Interview Questions

can anyone tell me from where i can download qtp demo or crack version

0 Answers  


Explain the new feature of UFT regarding the export of test results?

0 Answers  


how do u copy object repository?

1 Answers  


what is the hierachy of Descreptive programming?

3 Answers   Fiserv,


write the regular expression for date format of mm/dd/yy?

10 Answers   CTS, HCL,






What are the advantages of a Hybrid framework?

0 Answers  


How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric

0 Answers  


diff between dim & redim ? in detailed? pls any one explain me?

1 Answers  


what is verification & validation?

2 Answers   Accenture,


What are the major/ important methods, functions in QTP we use realtime testing

0 Answers  


Hi, Hope you viewers are doing fine with good health. What are the steps and connection parameters to connect to Oracle db ? Can you connect with just the Oracle client or Oracle XE ? Cheers!!

0 Answers   Infosys,


.mtr ( modular test repository or mercury test repository) plz give correct answer??

3 Answers  


Categories