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 can you explain your Real Estate Project in front of interviewer..? please step by step......
How do you handle tsl exceptions?
plz give me code or steps for pop up exception. or can u tell me how to pause test run for defining handler function?
How do u check FONTS in Login Window?
What is debug mode in Winrunner?
Which function to use to compare the application date with system date?
What is boundary test?
by useing qtp where the maximum people feeling difficult
What is the use of test director testing tool?
What is the use of gui map?
What are the Win Runner tools for functional testing?
Without the gui map, use the phy desc directly?
Could you anyone share me the path to download the automation tools which are having trial license version?
Name the three modes of running the scripts?
Have you ever created a start-up script?