what is the difference between synchronization pt and wait
statement.
what are the advanatages and disadv..of context sensitive
and analog recording
Answer Posted / prasanth
A synchronization point is used to maintain the system time
and winrunner execution time. This is mainly used for the
progress bars. Consider a scenario where we have clicked on
a submit button, which takes 2 min for completion and until
this is completed, the other buttions will be in a disabled
state. At this point of time, winrunner does not identifies
that those are in disabled state and continues its run. If
we place a synchronization point in between, then that
function makes the script wait until the process is
completed, synchronizing the system time and winrunner
time.
The wait function is used to wait for a particular time
specified. If we specify wait(10), thios function waits for
10 seconds.
Anolog Mode: This mode of recording is used where exact
coordinates are required. It takes the coordinates of the
screen to detect objects. The main disadvantage of this
kind of recording is, when the screen resolution changes,
the coordinates of screen also changes and the script will
be failed.
Context sensitive recording: This is the default mode of
recording in winrunner. Using this recording, the GUI map
identifies each object with the name of the object taking
its logical and physical description into consideration.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
wat is the d/b windows 95&98&xp?could anybody give reply ?
Difference between winrunner and test director?
What are different types of checkpoints?
Explain the use of test director software?
Name the different types of checkpoints?
global sheet and external excel sheet how it will work
How do you clear a gui map files?
how can you explain your Real Estate Project in front of interviewer..? please step by step......
What is the use of gui map and what happens when gui map file get loaded?
What are the virtual objects and how do you learn them?
by useing qtp where the maximum people feeling difficult
Explain the winrunner testing process?
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 to force wr to learn the sub-items on a menu?
What is the disadvantage of loading the GUI maps through start up scripts?