What is synchronization? what is the purpose of wait()
function? what is the diff. between wait() and other
synchronization functions in winrunner?
Answer Posted / pramod
synchronization is a meaningful delay time between two
events. for EX: if we want to open new event after
finishing the first event. synchronization save the wastage
time and immdietly opened the second event after finished
first one. max time for first event= Global time+
synchronization time. if the event completing before the
time it will jump to next event. but in wait function if
that first event not completing with in the global time it
will through an error. and if it finished before the time
then it will wait for that time period which is waste of
time.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
how can you explain your Real Estate Project in front of interviewer..? please step by step......
What is tsl? What 4gl is it similar too?
How do you handle unexpected events and errors?
What do you verify with the gui checkpoint for single property and what command it generates, explain syntax?
How to find the local host name using winrunner ?
Which function to use to compare the application date with system date?
How to read the third party controls in the application
descriptive program for web application.
Name the different types of checkpoints?
What do you verify with the sync point for object/window bitmap and what command it generates, explain syntax?
How do you configure gui map?
When it is appropriate to change physical description?
How to have winrunner insert yesterdays date into a field in the application?
Dear all i am new to testing my company using vb.net and we are developing web based application. How i can test those application with winrunner if any one have some good tutorial or link kindly provide thanks u.
How do you find an object in an gui map.