How does WinRunner recognize objects on the application?
Answer Posted / 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 |
Post New Answer View All Answers
How do you modify the logical name or the physical description of the objects in gui map?
What is the usage of Test case Design Techniques,in Integration/System Testing?
i would like to know the steps to write tsl exception and object exception with a simple example
Explain difference between winrunner and test director?
What do you mean by the logical name of the object.
How do you select multiple objects during merging the files?
How to find the local host name using winrunner ?
What different actions are performed by find and show button?
What in contained in the GUI map?
I want to do smoke test in my application but i have learnt the application before recording but im getting an error class name not found while running the script.I want to check each links and each text in my application. Can anybody answer my quesion plz.If it is possible i want test script for Yahoo login form with "New User" Login.
How do you call windows APIs, explain with an example?
How do you filter the objects in the gui map?
supose 10 times text data is there but it will run 8 times whtat will you do.
How to get the resolution settings?
What is the difference between writing a function and writing a script?