1)What is the Difference Between WaitTo & Sync?
Answers were Sorted based on User's Feedback
Answer / rathnapriya
Wait is like forcing the qtp to wait for specified amount
of time,whereas sychronization is not forced wait.
If the webpage gets loaded before the specifed time,it
moves to next step in case of synchronization.
If the webpage wait time is 10 sec and the page loaded in 2
sec,it waits for the remaining 7 sec in case of wait
statement given.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / trupti pothi
If you put wait statement in the script it will wait upto
that much means it will wait unnecessarily but in case of
synchronization as soon as he get the object it will moves
to next step,so instead of doing hard coding just put
synchronization pt their to save the time
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / srinivasuluth
wait to property is using tool is waiting specified amount
of time and condition is satisfied with in the time, other
wise test is fail
but sync is applicablw is onle for browser, have any
increase the time in sync go to the file menu-setting-web
here u can increase the time
If am wrong pls put a mail my mail id is:-vasuth2008@gmail.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / deven
Wait:-Wait statements instruct QuickTest to wait a
specified amount of time before proceeding to the next step.
syntax: Wait(10)
Here the QTP will wait for 10 sec and after that it will
proceed for the execution of the next step
Sync:
This method is only available for Web.
This method can be used to synchronize the test execution
with a new web page that has to appear in the browser. This
method is used when QTP is not sure how long it is going to
take to load page
| Is This Answer Correct ? | 0 Yes | 0 No |
How to load a object repository in QTP during runtime?
2 Answers BNP Paribas, Virtusa,
How to export(copy) the entire webtable from the webpage into Excelsheet? using Vb scripting
How can we import a Open Office excel file in QTP
WE ARE PLANING TO DESIGN AUTOMATION FRAME WORK. HOW TO CALL CONFIGURATION SCRIPT FILE(.VBS) FROM DRIVE SCRIPT FILE(.VBS)
What is the difference between functions and actions in QTP?
How does you test a weblink which is changing dynamically?
In our application (Web based application)we will get a pdf file and we have check a particular text in that pdf. Can any one tell how to check text in a pdf file. In the same pdf file it generating some links and I have to click that links. QTP unable recognizing that links, even id did record and playback qtp does not generating any script. Can any one help me….?
what is the difference between an Action and a function in real time
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
what type of automation is follwed in the project?
How to see entire results at the same timeafter the batch run.. Cannot see the entire results at a time. Is there a easier way view everthing at same,as our batch file very large
How to retrieve alpha bate from the alphanumeric string with special character.