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
Explain the difference between gui map and gui map files?
what is the use of generate script that is avaliable 3 places(file settings, tools, object identification)
How do you unload the GUI map?
Without the gui map, use the phy desc directly?
How to get the resolution settings?
you hae a inbox and got a mail how can you know it is there or not write script.
How do you maintain the document information of the test scripts?
What is the difference between gui map and gui map files?
What do you verify with the sync point for object/window bitmap and what command it generates, explain syntax?
by useing qtp where the maximum people feeling difficult
How to integrate automated scripts from testdirector to winrunner scripts?
What is toogle breakpoints? How does it differ from break points?
What is the use of gui map?
What are the platforms that WinRunner can be used?
How to find the local host name using winrunner ?