what is syncurnisation point? what is the use of this in
real time environment? plz explain?
Answer Posted / sai sankar
Synchronisation point is used in QTP to give a time map
between the tool and the application. With this feature(SP)
the tool(QTP) waits for the application to be completed for
certain actions (basically internal actions which takes
some time to be completed like updating a data in the
database etc) while executing the scripts.
Again we can use SP and also we can increse the Timeout
option in QTP from the same purpose.
But by using SP tool waits till the action process ends ,
while by using timeout option the tool waits for a specific
time period given by us ,irrespective of the fact that the
process /action is over or not.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is Distributed testing? How does UFT support it?
Where you are storing your script?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
What is quicktest professional window?
Is the qtp course will help to create a virtual object?
Discuss quicktest professional environment?
How many number of actions possible in qtp?
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
how can we compare descriptive programing with a regular expression
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP
Explain building blocks of the bpt framework ?
Hi All, How to get repeated word in string . Thanks Balaji
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
Explain how Selenium is different from UFT?