Answer Posted / onkar
There are 4 types of syncronisation
1) Wait(timeout) timeout is in seconds
2) Adding Synchronization Point
3) Using waitProperty
eg Browser("abc"). waitProperty.name "abc", 20
4)Adding the Syncronisation in loop using say Exists e.g:
If not Browser("abc").Exists
somecode
End If
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
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 do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
When to use descriptive programming?
What is a reusable action?
Why to use descriptive programming?
How many types of recording modes in the qtp?
Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
Explain calling sub procedure.
Explain about business process component? types and usage?
How do you know the location Id of an object if you know its index id?
If object is not recognized by qtp but the object is standard object what is your approach?
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
If I change the property value at runtime is it effect is object repository?