What is Syncronisation in Winrunner?
Answers were Sorted based on User's Feedback
Answer / kumaravel.kv
You can using the synchronization point in winrunner, it is
used to anticipated timing problem between test and your
application
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / devbanand
WinRunner waits a set time interval for an application to
respond to input. The
default wait interval is up to 10 seconds. If the
application responds slowly during
a test run, WinRunner’s default wait time may not be
sufficient, and the test run
may unexpectedly fail.
If you discover a synchronization problem between the test
and your applicationInsert a synchronization point into the
test script at the exact point where theproblem occurs. A
synchronization point tells WinRunner to pause the test run
inorder to wait for a specified response in the
application. This is therecommended method for
synchronizing a test with your application.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / shumi
The system always not respond in same speed for all the
operations..this may lead some problems...so we can over
come those timing probs using Syncronisation...
Syncronisation is nothing else but matching the tool time
with the application time....
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / anbarasi
syncronisation is fixing a particular point in an
application till that we can test our application... testing
our application within a particular limit
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / anbarasi
syncronisation is fixing a particular point in an
application till that we can test our application... testing
our application within a particular limit
| Is This Answer Correct ? | 0 Yes | 2 No |
How does winrunner evaluates test results?
What is Analog Recording?
what is agile testing
How do you modify the logical name or the physical description of the objects in gui map?
What is the purpose of the temp GUI map file?
How do you create a new expected results in winrunner?
What is the default type of constant TSL supports?
How to close the winrunner window from the script itself?what is the code?
when obligatory & optional properties cannot uniquely identifying an object then in that case which method u r follow for identifying object in Win Runner ?
What is the purpose of set_window command?
Are you created any custom dialog box during test runs?
how u can connect database without using any wizard in winrunner?