GUI map configuration is used to map a custom objects to a standard object .
Related posts:
- Advantage of Automation Tools in Testing ? Minimum requirements of human resource Accuracy Reliable less time consuming -faster than manual testing Resuable Programmable ...
- What are call captured in GUI Spy ? Class to which the object relates Label Description of the object...
- What is Aanlog mode ? In Aanalog mode , Winrunner records the exact coordinates traveled buy the mouse , as well as mouse click and keyboard input...
- What is a checklist ? A checklist contains information about GUI and selected properties to check...
- Why you used Win Runner in your project? Yes , I have been Win Runner for creating automation scripts for GUI , functional and regression testing of AUT ....
- What is the purpose of loading Win Runner Add-Ins ? Add-Ins are used in Win runner to load functions specific to the particular add-in to the memory. While creating a script only those functions in the add-ins selected will be listed in the function generator and while executing the script only those functions in the loaded add-ins will be executed...
- What is the purpose of Set_Window command ? Set_window ( <logical name>, time ); The logical name is the logical name of the window and time is the time the execution has to wait till its gets the given window into focus . Set_Window command sets the focus to the specified window. we use this command to set...
- What is the extension of GUI map files? The extension of GUI Map files is “.gui”...
- How Win Runner handles varying window labels? We can handle varying window labels using regular expression Win Runner uses two “hidden” properties in order to use regular expression in an object physical descriptions, these properties are regexp_label abd regexp_MSW class . The regexp_label property is used for windows only . it operates behind the secene to insert...
- How do you make the configuration and mapping permanent? The mapping and configuration you set are valid only for the current Win Runner Session. to make the mapping and configuration permanent you must add configuration statement to your start up script...