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 |
What is contained in the GUI map?
How to convert Manual Test script into Automation Test Script?
what is the use of add-ins in winrunner?
i was getinng problem if i use the same test-data(data table) to script1 and script2. why it is so? and how it can be resolved?
hi i am unable to do select the flight in the flight table like list_select_item ("Flight",v_Select_Flight); v_Select_Flight=19072 LON 08:00 AM LAX 10:00 AM AF $161.90 why it is happining pls clarify me doubt
In Analog mode of Recording in WinRunner,the maximum value of Y in (x,y) is ?
who prepare the RTM?
Is 'public' allowed inside of the function declarations?
Could you anyone share me the path to download the automation tools which are having trial license version?
The default type of Constants and variables supported by TSL are..
Hi all,Can anybody tell me what does AUT stands for in winrunner,because now only iam learning
What do you verify with the database check point custom and what command it generates, explain syntax?