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 |
What are the reasons that winrunner fails to identify gui object?
What is T_Exit and T_return?
How do you call windows APIs, explain with an example?
What is Syncronisation in Winrunner?
How to have winrunner insert yesterdays date into a field in the application?
What is the diffrance bet. Compiled module and User defined Functions?
How do you load GUI map?
We added data driven test in to our test script, how to remove the data driven wizard from the script?
WHAT IS THE MEANING OF AUT?
How do you create a startup script in winrunner and what is consists generally?
How can we stop a automation program in middle of execution time?
how do you rate your self in winrunner