how are objects identified by winrunner
Answers were Sorted based on User's Feedback
Answer / krishnaveni
When a script is executed,WR goes to GUI where all the
objects and their properties are stored. WR learn an object
and its properties and try to identify that object in the
application. If WR identifies the object with the same
properties as defined in the GUI, then only WR perform an
action on that object. So WR identifies an object with the
help of GUI
Is This Answer Correct ? | 0 Yes | 0 No |
WR identifies an object by its Phyysical properties
Ex. when WR sees an object Cancel button,it recognises that
it is in an open window,and it belongs to PushButton object
class and has the text label Cancel
These objects are Learnt using GUI Spy's(GUI map editor)
and also using Virtual Wizards
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / aaa
With the help of GUI Map Editor where we save all our GUI
files.
Is This Answer Correct ? | 0 Yes | 1 No |
How do handle error/exceptions in winrunner.
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.
What do you verify with the gui checkpoint for single property and what command it generates, explain syntax?
What are Optinal Properties and Obligation Properties? please explain in detail.
how to insert check points? whatis the gui check point?
where does WR records the information about objects in AUT?
In Analog mode of Recording in WinRunner,the maximum value of Y in (x,y) is ?
How does WinRunner evaluate test results?
What is the function of eval function?
what is test bed
what is the use of Step into option provided in WR?
supose 10 times text data is there but it will run 8 times whtat will you do.