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 |
How do you handle tsl exceptions?
What is the purpose of Wdiff utility?
What is the exact difference between Integration & System testing, give me examples with your project.
Is load testing is possible with WR?
can u tell da low severity & high priority in Banking projects with Examples
What are all the parameters used in Winrunner? What is actual parameter and formal parameter?
i would like to know the steps to write tsl exception and object exception with a simple example
winrunner supports .NET technology or not?
How to use winrunner?
where does WR records the information about objects in AUT?
Have you ever created a start-up script?
how do you analyze the result in update and debug mode