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
What are the trigger events in qtp?
1 Folders in VSS 2 In navigation script there are 100 script i want to run first 50 and 37th script also not needed to run how to do this 3 What is navigation script,Driver script, business script what we are loaded in this script 4 use of resource tab 5 Difference between verification and validation give real scenario example 6 file scripting object when to use it 7 what are the problems you are faced while testing web application 8 difference between expert view and keyword view 9 difference between QTP 8.2 and QTP 9.2 navigation frame work please answer these questions from real time working people as early as possible
Which scripting language used by quicktest professional?
What are the key elements available in test result window?
Can we write winrunner language i.e TSL in QTP tool?
what are the challenges you have faced while testing web based application using the automation tools ?
How would you directly trigger javascript in a test?
I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all
Explain the difference between call to action and copy action?
Can anybody post some real time scenario in qtp? please its very urgent.
Explain actions in qtp ?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
How qtp recognizes the object?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
Give the syntax to import/export xls into qtp.