Synchronozation types in QTP

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


Please Help Members By Posting Answers For Below Questions

write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..

1792


Which scripting language used by quicktest professional (qtp)?

658


What is the parameterization? Give one example?

584


I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?

588


hi i want license key for qtp 9.2 pls its adjust product name : quick test professional locking code :8 - 54A6A license type : seat license maintenance number : 88888888-8888 pls send license key to my email id borusu.ramkumar@gmail.com

3692






How to remove the associated function library?

523


This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?

1463


What are the features and benefits of quick test pro (qtp 8.0)?

589


What are the check points can be inserted without recording?

592


What are the types of properties that quick test learns while recording?

526


Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?

1463


Which functionalities of QTP used in banking project? pls any say answer?

1433


please give me the code for doing retesting of gmail login page using functions so the function has to give the value

1536


in a web page How to check and display a particular word from a paragraph?

2030


An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?

648