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
What is the purpose of different record methods 1) record 2) pass up 3) as object 4) ignore.
What do you verify with the sync point for object/window bitmap and what command it generates, explain syntax?
How do you unload the GUI map?
How to break infinite loop?
global sheet and external excel sheet how it will work
What is parameterizing?
How can withwin runner to make single scripts which supports multiple languages?
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.
I want to do smoke test in my application but i have learnt the application before recording but im getting an error class name not found while running the script.I want to check each links and each text in my application. Can anybody answer my quesion plz.If it is possible i want test script for Yahoo login form with "New User" Login.
what is the difference between toggle checkpoint and checkpoint?
What is the purpose of regexp_msw_class property?
How do you maintain the document information of the test scripts?
What is the purpose of a gui spy?
Explain data parameterization in winrunner?
What are the virtual objects and how do you learn them?