How does WinRunner recognize objects on the application?
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.
RE: How does WinRunner recognize objects on the applic...
winrunner regognise the objects use of GUI map editor.because here only the sourcefiles are stored.if we want to run any script source file should need.if the source file is not there in GUI map editor that time we will use learn button in GUImapeditor.
RE: How does WinRunner recognize objects on the applic...
With GUI Map Editor we can recognize objects on the application. RTSW : WinRunner is not aware of the application to be tested by performing Rapid Test Script Wizard WinRunner reads each & every object on the application.
RE: How does WinRunner recognize objects on the applic...
When the WInrunner looks for a object at a particular line it refers to the GUI map editor and then look for the same object in AUT by using its logical name and the physical description.
RE: How does WinRunner recognize objects on the applic...
Winrunner recognize object through GUI GUI is the Interpriter bitween User Application and WinRunner It Recognize Object through script in logical name of object and physical discription.