what is synchronization point, synchronization method, wait
property method? with examples.. plz explain this in brief
Answer Posted / harishkumar
The Time mapping between Execution time of QTP and Elapsed Time of the Application is called Synchronize Test Script
In The fallowing Scenarios we Synchronize Test Script
1. When Application Performing Some Back-End Operations like Insert,Delete, Update
2.During Application Launching(Browser navigation time out parameter)
3.When Application Open Sub window or page (Page lodingtime)
4.to reach Status bar 100% color filled
Wait Property Method:using this method we can pass the Execution based on Application Object Property value as reference
Syntax:
Hierarchy of the Object . WaitProperty propertyname , propertyvalue
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
Have you faced any problems with object repository?
Object repositories types, which and when to use?
How to record a qtp script ?
what you mean by artifact,milestone...
What are the methods of the TextStream object that are used for reading from a text file?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
Hi, how can we check or avoid the memory leakage in QTP9.2?
Plz Explain How to access Or Store Script from VSS? Explain Real time work (qtp) where you store folders and next to how to you access that folders and how you maintain folders in VSS ? What are the Menu's in VSS? Suppose in Manual, by using Checkin Checkout u can access documents. how you access in QTp REal time?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
What is qtpro? What is quick test pro? What is a quick test professional?
What is difference between design time and run time data table?
How do Parameterization and Data-Driving relate to each other in QTP?
Why is Client side image is preferred over server side image?