How do you configure GUI map?

When WinRunner learns the description of a GUI object, it does not learn all its properties. Instead, it learns the minimum number of properties to provide a unique identification of the object.
Many applications also contain custom GUI objects. A custom object is any object not belonging to one of the standard classes used by WinRunner. These objects are therefore assigned to the generic “object” class. When WinRunner records an operation on a custom object, it generates obj_mouse_ statements in the test script.
If a custom object is similar to a standard object, you can map it to one of the standard classes. You can also configure the properties WinRunner uses to identify a custom object during Context Sensitive testing. The mapping and the configuration you set are valid only for the current WinRunner session. To make the mapping and the configuration permanent, you must add configuration statements to your startup test script.

Showing Answers 1 - 2 of 2 Answers

winwin

  • Jan 4th, 2006
 

the winrunner acts as a translator between the application & the test script...when the AUT is recorded it identifies the physical attributes of the objects of the AUT & stores in the GUI map...then it will produce logical name to these objects ...during the playback winrunner acts as a translator & converts the logical name into the physical attributes & matches with the test script...this way the objects r identified & GUI map is configured...

  Was this answer useful?  Yes

Raj

  • Jul 14th, 2006
 

Have you faced any criticle bugs in your work time, and how do you rectified that?

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions