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 ...
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
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
In cases where the obligatory and optional properties do not uniquely identify an object, WinRunner uses a selector to differentiate between them. Two types of selectors are available: i. A location
Latest Answer : in case the obligatory,optioanl properties do not provide any identification to the object while recording we can go for location,index selector.location selector-uses the spatial position of the objects from top left to right bottom.index selector- this ...
Record instructs WinRunner to record all operations performed on a GUI object. This is the default record method for all classes. (The only exception is the static class (static text), for which the
Used to determine whether sections of a test pass or fail. Syntax: tl_step(step_name, status, description);
Latest Answer : TL_STEP command is used to determine whether sections of test pass or fail. ...