Add-in extensibility

UFT One add-in extensibility enables you to extend the relevant UFT One add-in to support third-party and custom controls that are not supported out-of-the-box.

Specify a test object class and required behavior

UFT One recognizes application objects as belonging to a specific test object class. The test object class recognized by UFT One may or may not have the characteristics that you need to test, and therefore the methods and properties available may not be sufficient.

In such cases, use UFT One extensibility to specify the test object class and required behavior.

Back to top

Teach UFT One to recognize objects with sub-objects

Additionally, use UFT One extensibility to teach UFT One to treat objects with sub-objects as a single functional object, instead of recognizing each sub-object separately.

Example: A calendar object may consist of buttons and text boxes.

Teach UFT One to recognize all of these as a single calendar object, enabling you to create more meaningful tests on the calendar.

Back to top

Extend the list of available classes

In most environments, you can also extend the list of available test object classes that UFT One is able to recognize. This enables you to create tests that fully support the specific behavior of your controls.

Back to top

Supported environments and Testing Extensibility

UFT One add-in extensibility is currently available for the following add-ins:

If you need additional extensibility features, you may be able to use Testing Extensibility for UFT One. Participation in this program requires a separate license agreement with Micro Focus. For more details, contact Micro Focus Software support.

Back to top