Add-Ins are used in WinRunner to load functions specific to the particular add-in to the memory. While creating a script only those functions in the addin selected will be listed in the function generator
Latest Answer : In order to recognize the object properties to platform which it depends the WinRunner Add-Ins were used..For example when the application runs only on VB then VB Add-Ins would be selected otherwise it will display error message as it does not recognize ...
Set_Window command sets the focus to the specified window. We use this command to set the focus to the required window before executing tests on a particular window. Syntax: set_window(,
Latest Answer : set_window is the command which is used to set the focus on the specific window. For example when one or more windows are opened simultaneoulsly and the current application to which the user working is 'set_window'. When second window is ...
While recording a script, WinRunner learns objects and windows by itself. This is actually stored into the temporary GUI Map file. We can specify whether we have to load this temporary GUI Map file
Latest Answer : It will use for only for that test it will not call back un less we save it ...
Changing the physical description is necessary when the property value of an object changes.
Latest Answer : Changing the physical description is necessary when the property value of anobject changes. For example, suppose the label of a button is changed from“Insert” to “Add”. You can modify the value of the label property in the physicaldescription of the Insert ...
We can handle varying window labels using regular expressions. WinRunner uses two “hidden” properties in order to use regular expression in an object’s physical description. These
Latest Answer : Latest Winrunner 9.2 is out recently in market. But most of features are same like WR 8.2 WR 9.2 supports IE 7.0, etc.Arul,Bangalore. ...
The regexp_label property is used for windows only. It operates “behind the scenes” to insert a regular expression into a window’s label description.The regexp_MSW_class property inserts
We can suppress the regular expression of a window by replacing the regexp_label property with label property.
Latest Answer : Win runner is having two hiddeen reguler expression 1)regexp_lable it uses for window lable only2)regexp_MSW_class it uses for both wiondow and object ...
GUI Map configuration is used to map a custom object to a standard object.
Latest Answer : The GUI Map Configuration is needed when some objects does not recognize as a Standard object (like Microsoft standards etc..) but behaves like Standard Object which is called it as a Custom Objects. So in order to map the Custom Objects into Standard ...
Using the GUI Spy, you can view the properties of any GUI object on your desktop. You use the Spy pointer to point to an object, and the GUI Spy displays the properties and their values in the GUI
For each class, WinRunner learns a set of default properties. Each default property is classified “obligatory” or “optional”. i. An obligatory property is always learned (if