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 |
winrunner supports .NET technology or not?
what is the function key to toggle a breakpoint
What information is contained in the checklist file and in which file expected results are stored?
What is the use of gui map and what happens when the gui map file get loaded?
1,You have scripts in Qtp8.2 and some scripts 9.0 ..how to handle ?
what is mean SRS and URS . differns btwn SRS and URS
Explain the synchronization points?
What is the Difference between the versions of WinRunner7.1 and WinRunner7.6? What r the advantages of WR7.6 than WR 7.1 and Which type of Browsers they support?
How does WinRunner recognize objects on the application?
how do to stop the functionality of UDF
how to reverse the string using function
wat is mean by software testing,and what is mean by acid testing