what is the difference between synchronization pt and wait
statement.
what are the advanatages and disadv..of context sensitive
and analog recording
Answer Posted / sailaja
Synchronization: it is an indefinite waiting for the
specified process to be completed. until the specified
process is completed, the current process will be waited
while doing some other task. for example, an application
needs to update or open a record from the database, it will
take some time mean while the current application will be
allocated to some other task until the update from the
database is done.
Wait: it is waiting for a specified period of time.
wait(10); application will be waiting for 10 sec and again
gets started.
Recording in Analog mode: when ever exact mouse movements
are needed then we will go for analog mode.
Context sensitive recording: when exact mouse movements
are not needed only key board activities are to be captured
then we will go for context sensitive recording.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How to read the third party controls in the application
what is the use of generate script that is avaliable 3 places(file settings, tools, object identification)
For my web Application I am recording website by WR. but the fuctions are displaying normal recorded fun. such as set_window...etc. eventhough i selected web add-in at start up WR. how to use web functions? such as web_link_click.... pls. guide
How do you suppress a regular expression?
when start testing
how can you explain your Real Estate Project in front of interviewer..? please step by step......
What is the purpose of regexp_msw_class property?
When would you use 'set_window' and when would you use 'win_activate'?
What is toogle breakpoints? How does it differ from break points?
What do you verify with the gui checkpoint for single property and what command it generates, explain syntax?
What are the Win Runner tools for functional testing?
What are data driven tests?
Write test scripts on a scenario where you have to transfer data from one table to another.
How to have winrunner insert yesterdays date into a field in the application?
What are the modes of script recording in winrunner ?