Whats a difference between Verification Point and
Syncronization point?
Answers were Sorted based on User's Feedback
Answer / guest
Synchronization point in WR is to wait for the application
to perform some action. in otherwards WR waits for
application's response
Verification point is to check the expected and actual
result.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / illur iqbal............new del
Synchronization points enable you to solve anticipated
timing problems between the test and your application. For
example, if you create a test that opens a database
application, you can add a synchronization point that
causes the test to wait until the database records are
loaded on the screen.
Verification Point: This is used to check the Actual and
Expected Results of an Excuted test.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / k.prakash
Verification Point: Verifies the object Properties
Syncronization point: Will test the appliction with delays
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Answer / kumar raju
verification point is nothing but check points in wr. it is
used to compare the EV with AV
Synchronization point is used to map the speeds of both the
tool and the AUT
| Is This Answer Correct ? | 0 Yes | 0 No |
When do you use verify, Debug and Update modes?
What are the advantages of Global gui over gui map per test mode?
kindly provide me test cases on browser and calculator.Its very urgent.
What is parameterizing in winrunner?
Can we run WinRunner scripts on the backend?
what is the key combination to terminate script execution
Have you ever created a test plan?
In an Interview on person asked me about WR frame work. in what way i have to explain and what is the answer?
how to test the websites using winrunner iam pactising in winrunner version 7.0,how to get new trail version of winnrunner?
What are the platforms that WinRunner can be used?
Explain the purpose of gui map configuration?
What is the use of the "Find" Button in Gui Map Editor?