what is the difference between synchronization pt and wait
statement.
what are the advanatages and disadv..of context sensitive
and analog recording
Answer Posted / allin
simply says that
wait(seconds)- the control will wait upto that seconds of
time even if the process is completed for particular
function.
obj_wait_info("logical name of the object", status ,
variable)
for example: Save button.
Status is Enable/ Disable
Scenario:
If you perform save functionality, after successful save,
the save button should be disable.
depends on the funcation(communication with the front end
application to data base, the process time may varrying).
so that as a user we need to go for wait_info function.
because user don't know how much time will take to complete
the save funcation.
when the status is changed from enable to disable, imm the
control will goes to next statement execution.
But,if u use wait funcation,it may exceed the execution
time or as visa versa.
Thanks & Regards,
allin
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How do you handle tsl exceptions?
How do you identify which files are loaded in the gui map?
How to integrate automated scripts from testdirector to winrunner scripts?
two file is there how will compate it by useing qtp.
Can anybody Explain me about the liasing with the developers,and a tester can make a test plan well?plz explain me as soon as possible ,thanx in advance.
What in contained in the GUI map?
What are the virtual objects and how do you learn them?
How do you filter the objects in the gui map?
What is toogle breakpoints? How does it differ from break points?
What is the use of virtual object wizard and how it is used?
What is contained in the test scripts?
Name the three modes of running the scripts?
Without the gui map, use the phy desc directly?
How to break infinite loop?
What all are the different databases winrunner can support?