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 |
can anybody tell me what is project architecture?
The GUI MAp Editor or Rapid Fire test are not learning the GUI of any window or any object..The pointer conevrts to hand and everthing hangs till i don't press Ctrl+Alt+Del. Help me!!!
Explain the difference between gui map and gui map files?
Explain the synchronization points?
What is the different types of Data driven testing?
How to do the "Exception Handling" in Winrunner ..... Give Me detail Practical approach....(Object Exception,TSL exception & Pop - up also).......?
How to read the third party controls in the application
How to recover the Parameter out of range error while running the script in verify mode
You declared a constant in a main test..Later you want tried to reinitialize that constant..what will happened? i.e const i=10; -- --- i=20; what will happen?
can u tell da low severity & high priority in Banking projects with Examples
What is the purpose of different record methods 1) record 2) pass up 3) as object 4) ignore.
When you create GUI map do you record all the objects of specific objects?