what is syncurnisation point? what is the use of this in
real time environment? plz explain?
Answer Posted / nandankumar
"Syncronization is a process of matching the speeds of both
Qtp and application in order to sync with each other to
obtain proper testing results".
3 ways we can do
1.by inserting the syncronization point statement
--by default qtp has 20 sec's for executing any test..but
if we insert sycronizatin point statement (time in milli
sec's)
suppose if we give 5000 millisec's(5 sec's) then it will
wait default time (20)+5 secs.
with in this time if qtp identifies the object information
then it will perfom the actions on the application..if not
identify that means the application is too slow not sync
with the qtp then it fails and shows us the error..
2.By inserting wait statement
wait(time in sec's)
if we suppose give
wait(50)
then it will wait blindly 50 sec's
3.Increasing the default time
by default we know that qtp has 20 sec's
we can increase this in menu item file -settings- 60 sec's
if we increase this blindly qtp will wait 60 secs and
perform action on aut.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
Explain the concept of object repository?
what kind of frame work you used in your last project?
What are the general steps involved in the data driven framework?
any body can you help me what is the script to automate an comand promt
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
What is the process of synchronizing qtp and aut?
Explain about the test fusion report of quicktest professional (qtp)?
What is Curd testing?
How would you export a script from one pc to another in qtp?
What is checkpoints for quicktest professional (qtp)?
How many tabs are available to view your test in a test pane and what are they?
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
What is the use of ordinal identifier in qtp?
How to connect to a database?