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 can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..
How to create Reusable and Multiple Actions?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance
What is the Command used to start the QTP
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
What is difference between Recording time object identification and Run time (Execution) time.
Explain how qtp identifies object?
how to create flat file datasubmission in qtp
On what document base Descriptive programming is written if build is not yet ready ?
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
What are the challenges you faced during you entire life automation ?
How would you export a script from one pc to another in qtp?
Sql questions to find second max salary and how to use joins
Explain quicktest professional testing process?