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 |
What different actions are performed by find and show button?
what is the name given by WR to Microsoft excel file
Hi,i cleared the first round in Microstrategy and my second round(project manager) is scheduled so can any one tel me what r they asked and gv me some steps how i wil tel them?
How can withwin runner to make single scripts which supports multiple languages?
what is the extension of the gui expected results file?
how will u perform bug tracking using winrunner?
The extension of the Script file is .mts ok Whis is stand for mts?
What is Configuration Management?
Can anybody Explain me about the liasing with the developers,and a tester can make a test plan well?plz explain me as soon as possible ,thanx in advance.
who prepare the RTM?
What is the XML test cases creation?
What Framework is suitable to validate the Login screen.