Using the GUI Spy , you can view the properties of any GUI object desktop you use the Spy pointer to point to an object and the GUI Spy display the properties and their values in the GUI Spy dialog box you can choose to view all the properties of an object or only the selects set of properties that win Runner learns .
Related posts:
- Explain the Testing Process in WinRunner ? Create a Rapid Test Script Wizard .The Wizard automatically generates a series of tests, which you can immediately run on your application Additional tests can either be created or recorded Debug the Test Run the test on new version to verify the application behavior...
- What are the diffrent modes in learning an application under Rapid test script wizard ? Express Comprehensive...
- What is synchronization ? when you runs tests your application may not always respond to input with the same speed for example , it might take a few seconds To retrieve information from a database For a window to pop up for a progress bar to reach 100% For a status message to appear...
- How do you add functions in Win Runner ? You can quickly add these functions to a test script using WIn Runners visual programming tool the function generator The function Generator enables you to add TSL functions in two ways You can point to GUI objects and let Win Runner ‘ Suggest ” an appropriate function . you can...
- How does Win Runner recognize objects on the application? Win Runner uses the GUI Map file to recognize objects on the application when Win Runner runs a test ,it uses the GUI map to locate objects . it reads an object description in the GUI map and then looks for an object with the same properties in the application...
- What is the different between GUI map and GUI map files ? The GUI map is actually the sum of one or more GUI map files there are two modes for organizing GUI map files Global GUI Map Files : A single GUI map file for the entire application GUI Map File per Test : Win Runner automatically creates a GUI map...
- How do you unload the GUI Map? We can use GUI_Close to unload a specific GUI map file or else we call use GUI_close_all command to unloaded all the GUI map files loaded in the memory GUI_close (<file name >) or GUI_Close all;...
- How do you modify the logical name or physical descriptions of the objects in GUI map ? You can modify the logical name or physical descriptions of an object in a GUI map file using the GUI map editor....
- How do you clear GUI Map Files ? We can clear a GUI map file using the “Clear All” options in the GUI map editor...
- When the optional properties are learned? An optional property is used only if the obligatory properties do not provide unique identification of an object ....