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
What is the disadvantage of loading the GUI maps through start up scripts?
What is the purpose of different record methods?
Explain the use of test director software?
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.
write a compilemodule function for loginscreen.
What is the use of virtual object wizard and how it is used?
what is qtp licence
Define parameterizing?
What is the use of gui map and what happens when gui map file get loaded?
How do you find an object in an gui map.
can i get apex technologies interview questions in testing
How do you select multiple objects during merging the files?
Difference between winrunner and test director?
What are the two modes of recording?
How to read the third party controls in the application