Whats a difference between Verification Point and
Syncronization point?
Answer Posted / allin
verification point:- compare the expected value and actual
value.
Syncronization point:-control is going to wait for before
line proper execution. for example, if u are executing a
TSL script 1......10 lines of script. suppose in 5th line
button_press("search")functionality existed; search will take
more time to execute that statement if u compare with other
statements.That means control should wait upto search results
should be displayed. but the control is going to execute the
next line. user should not allow the control to execute next
line.so that we r inserting synchronization points with wait()
or wait_info() functions.
Cheers,
ratna rao
9869770084
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you copy and move objects between different gui map files?
What is test parameter
Welcome link is dynamic. How do you handle? What is your approach and write script.plz send answer
What is the purpose of regexp_label property?
How to get the resolution settings?
Could you anyone share me the path to download the automation tools which are having trial license version?
global sheet and external excel sheet how it will work
How do you find out which is the start up file in winrunner?
How do you find an object in an gui map.
Hi iam a begginer or rather new stsrter to QTP and strugling to start as i have to start writing the automated scripts for the existing manual testing could some one send me some tips ans tricks for a jump start. Any help is greatly appreciated
What is the purpose of gui spy?
When do you feel you need to modify the logical name?
How to break infinite loop?
When it is appropriate to change physical description?
How to to get the information from the status bar without doing any activity/click on the hyperlink?