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 you used WinRunner in your project?
How do I use function File_Printf() to output a Space and a New Line? Thx.
How do you copy and move objects between different gui map files?
Explain the purpose of loading winrunner add-ins?
what are the supporting development environments supported by winrunner
I Loaded a compile module "mycomp()" using Load statement.later I tried to load this same compile module using one more load statement.Then I tried to unload this usning unload statement one time.will it unload the compile module?
Explain the winrunner testing process?
How to force wr to learn the sub-items on a menu?
Tell US the Short key to open the dialogs of windows.
What is the Purpose of Virtual Object Wizard in WinRunner?
How to count bulk of text boxes in a webpage
Which function to use to compare the application date with system date?