adspace
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
can i get apex technologies interview questions in testing
Could you anyone share me the path to download the automation tools which are having trial license version?
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.