What are the reasons that WinRunner fails to identify GUI object?
WinRunner fails to identify an object in a GUI due to various reasons. 1. The object is not a standard windows object. 2. If the browser used is not compatible with the WinRunner version, GUI Map Editor will not be able to learn any of the objects displayed in the browser window. What do you mean by the logical name of the object. When you click an object, WinRunner assigns the object a logical name, which is usually the object’s text label. The logical name makes it easy for you to read the test script. For example, when you selected the Order No. check box, WinRunner recorded the following statement in WinRunner TSL: button_set (“Order No.”, ON); “Order No.” is the object’s logical name. An object’s logical name is determined by its class. In most cases, the logical name is the label that appears on an object.