what is synchronization point, synchronization method, wait
property method? with examples.. plz explain this in brief
Answer Posted / nitin sharma
Synchronisation is a process which we use for performing
better excecution and results in QTP.
Why we use: QTP gives instruction one by one with the same
speed while AUT have more speed for some operation of
exceution and less speed for some operation of
excution.So,for better results and execution we use
Syncronization process.
We can use it by inserting:
1.Sync Property:It allows specific time for page to
navigate until it goes to next step.for eg: Browser
("Google").Page("Google").Sync
2.Wait Property:Here we are forcing QTP to wait before
going to next step.Suppose we have given Wait(10) and
object can display in 6 sec then it will wait for 4 sec
more. Systemutil.Run"http://www.google.com/"
Wait(10)
3.Inserting Synchronization points:We can insert through
Insert>Syncronization point.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to call a test from another test?
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
What is output value? How many types of output values are there in qtp?
Does quicktest professional is unicode compatible?
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u
Can we record using all the modes in a single script? Explanation with example is appreciated
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
How to add verification steps to tests?
what is profile tool?
How many types of recording modes in qtp?
How can you identify the browser and its information using QTP script?
How to customize qtp?
What are the different ways to invoke an application using QTP?