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
Explain the difference between gui map and gui map files?
What is tsl? What 4gl is it similar too?
What do you mean by the logical name of the object.
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.
Explain data parameterization in winrunner?
Define parameterizing?
What are the Win Runner tools for functional testing?
Welcome link is dynamic. How do you handle? What is your approach and write script.plz send answer
What is the purpose of regexp_label property?
i would like to know the steps to write tsl exception and object exception with a simple example
What is the purpose of set_window command?
What is contained in the test scripts?
What actually happens when you load GUI map?
What is debug mode in Winrunner?
Explain the purpose of loading winrunner add-ins?