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
what is the use of generate script that is avaliable 3 places(file settings, tools, object identification)
Where did you learn winrunner and testdirector?
what is mean by release in quality center and who will perfom?
How you integrated your automated scripts from TestDirector?
How do you make the configuration and mappings permanent?
How enviornment veriable can be included into my script. I want to include some information into my Excel file using Test run in WR. like User name of system? waht is function to be used? Please clarify.....
Name the different modes of recording?
Welcome link is dynamic. How do you handle? What is your approach and write script.plz send answer
What is the use of gui map and what happens when gui map file get loaded?
Define parameterizing?
What is a checkpoint and what are different types of checkpoints?
What are different types of checkpoints?
Name the different types of checkpoints?
What are the reasons that winrunner fails to identify gui object?
What is the purpose of regexp_label property and regexp_msw_class property?