How does WinRunner recognize objects on the application?
Answers were Sorted based on User's Feedback
Answer / preeeety
WinRunner uses the GUI Map file to recognize objects on the
application. When WinRunner runs a test, it uses the GUI map
to locate objects. It reads an object?s description in the
GUI map and then looks for an object with the same
properties in the application being tested.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sheetal
win runner identifies objects in two ways:
1)Recording mode:
application-->physical description-->logical name-->script
-in recording mode, tool captures physical description of
an object from application, then it is assigned with
logical name,(physical description and logical names are
present in GUI map editor)which appears in script.
2)Playing mode:
script-->logical name-->physical description-->application
-here it is exact opposite to recording mode, at playing
time tool reads logical name from script,and matches it
with physical description of object which should be present
in application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Where exactly testing comes in to picture in S.D.L.C?
What do you verify with the gui checkpoint for single property and what command it generates, explain syntax?
How do you add a property to the checkpoint from the script?
How many Record Methods are there in Winrunner?
6 Answers Accenture, Indicus Software,
Explain the difference between gui map and gui map files?
By Default if you save a File with just pause statement in the script how it is going to store in winrunner?
How to use winrunner?
what is mean by v module . pls give answer with example
Tell me the usecase format r u using in ur company?
what is the difference between synchronization pt and wait statement. what are the advanatages and disadv..of context sensitive and analog recording
what is the use of Step into option provided in WR?
What are the three modes of running the scripts?