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 |
where can i get realtime projects
what is the use of add-ins in winrunner?
How do you handle dynamically changing area of the window in the bitmap checkpoints?
how do you analyze the result in update and debug mode
how u can connect database without using any wizard in winrunner?
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
What is the function of eval function?
what is the winrunner framework?
I want to do smoke test in my application but i have learnt the application before recording but im getting an error class name not found while running the script.I want to check each links and each text in my application. Can anybody answer my quesion plz.If it is possible i want test script for Yahoo login form with "New User" Login.
Have you used winrunner in your project?
is manual testing knowledge is enough for attending interviews
What is the difference between writing a function and writing a script?