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 |
Name the three modes of running the scripts?
how to perform regression testing using winrunner?
What is the winrunner version now..?
Do v give code to client or simply an exe file?
what is the file extension for object in AUT captured by WR
What is the function of eval function?
How will you automate a test case?How will u find a IPconfig of an appln or a machine?
what is the difference between toggle checkpoint and checkpoint?
What is the TSL function in WinRunner to connect to test director?
1 Answers Infosys, Kanbay, Scope International,
Hi guys pls any one help me , I am facing this problem since last one week , my question is in there 1000 rows and 1000 coloums , i want to pick the one record , how ?
What is database check points? how many types are there?Explain?
What is the disadvantage of loading the GUI maps through start up scripts?