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
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
tell me QTP standards ?plz
How to run a test using quicktest professional?
Can we write winrunner language i.e TSL in QTP tool?
What is the difference between qtp and selenium?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
Differentiate the type of test cases which can be automated and which cannot be automated?
What is the diff between image and bitmap check point?
Where to use Property Let, Property Get, Property Set in UFT
In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?
Through array we can execute the testcase how ? give me example
Give me some real time point of way where exactly we can conduct audits?
Without using gui map editor we can recognize the application in winrunner ?
What are the different types of functions available in qtp and explain ?
How many types of actions are there in quicktest professional (qtp)?