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
Tell me about your project? please help me how to tell about insurance project
How to build scripts that access data from external sources?
When to use descriptive programming?
What are the ordinal identifiers in web page?
Hi iam shankar here, right now iam working on manual testing. i want to switch over automation tool qtp, right now iam taking training class outside on qtp, please let me know the cost of QTP tool for full version, wether it's an annual subscription or monthly subscription.
after click on compose mail how can we attached a file in qtp with vbscript code
Explain how Does Run time data (Parameterization) is handled in QTP?
How to analyzing test results using quicktest professional (qtp)?
How software tester can use constants and variables in scripts?
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
hai, i completed my b.tech in 2010 with 62.3%. i having knowledge on manual testing and Qtp. i want Relavent experience in testing.watever may be d salary i dont bother..I just want to gain knowledge. i dont have good communication skills.
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
How will you handle java tree in qtp?
What are the five challenges you faced in QTP?
Write a QTP script to enter a keyword in to Google search engine?