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
How to check the background colour of the screen in WR?
How to to get the information from the status bar without doing any activity/click on the hyperlink?
How to do text matching?
When it is appropriate to change physical description?
hi this is uday iam trying for testing job with 3+ yrs of exp if u have qtp faqs materil plz send me thanks in advance
How to check property of specific icon is highlighted or not?
The title of the window consists of date and time.What is the regular expression to recognize the window as unique?
What actually happens when you load GUI map?
How to break infinite loop?
How do you suppress a regular expression?
What is debug mode in Winrunner?
How you integrated your automated scripts from TestDirector?
What is the purpose of regexp_msw_class property?
Name the different modes of recording?
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