how can u put synchronization point in qtp,wat is exactly
synchroniztion why we use it wat is benifit in qtp
Answer Posted / devi
Synchronization
It is a process of matching the speeds of both QTP and AUT
in order to get proper execution and results.
Where Synchronization is required:
During test execution QTP gives instructions one by one with
same speed, but AUT takes less time for some operations
execution and more time for some operations execution, that
time we may not get proper execution and results. In order
to get proper results in between QTP & AUT synchronization
is required.
There are several methods available in QTP for synchronization.
1. Inserting Wait statements.
2. Inserting Synchronization points.
3. Increasing Tool default synchronization time.
4. Sync Method (Only for WEB)
5. Exist Property
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
hi guys, pls tell me for testing institution training hub, hitech city is best or not?
Hi How to retrieve data from web element line by line?
Hai anyone please "Explain about Framework in QTP?"
how to do the batch testing in test director using manual testing procedure?
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)
Explain about the quicktest professional (qtp) automation object model?
What is test object model in quicktest professional (qtp)?
when to start the automation?
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
what is error and fault in terms of software quality?
What is object spy in quicktest professional (qtp)?
Hi Friends, Can anyone help me out in this one? In QTP, I am using Data Driver and want to parameterise multiple values (say 3 values ) for a field. How can I do it using Data Driver wizard? Plz mention it step-by-step. In the end after doing the needful, on opening the Data Driver window, how can I get number (i.e. 3) in the Parameterised column for that particualr value? Thanks a lot in advance.
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
What is action?