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
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
How to test fly out menu in qtp?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
Brief the process of testing with UFT?
What is QTP scenario.
What is the standard timing delay for web based application in qtp?
How do you create regression test packs?
Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
i am trying to automate yatra.com,in that site, when i go to automate the Leaving from field showing as a WEBEDIT, but when i enter 1 or 2 char, it displaying dropdownlist, i try to use keyboard automation to select the item from that list but it is not possible, can anybody help he. Thans for posting the Answer
can any one say that where we can download the QTP trail version ??????????
is it possible to add sheets to excel at runtime
How to find operating system information using the qtp script?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
What is action?