OpenText Functional Testing Java Add-in Extensibility

OpenText Functional Testing Java Add-in Extensibility is an SDK (Software Development Kit) package that enables you to support testing applications that use third-party and custom Java controls that are not supported by default by the OpenText Functional Testing Java Add-in.

About the OpenText Functional Testing Java Add-in Extensibility SDK

The OpenText Functional Testing Java Add-in Extensibility SDK installation provides the following:

  • An API that enables you to extend the Java Add-in to support custom Java controls.

  • A plug-in for the Eclipse Java development environment, which provides wizards and commands that help you create and edit custom toolkit support sets.

  • The Java Add-in Extensibility Help, which includes the following:

    • A developer guide, including a step-by-step tutorial in which you develop support for a sample custom control.

    • An API Reference.

    • A Toolkit Configuration Schema Reference.

    • The Test Object Schema Reference.

  • A set of sample applications and completed Java Add-in Extensibility projects that extend support for these applications.

Back to top

About the Developer Guide

The Developer Guide part of this Help includes the following sections:

This guide explains how to set up OpenText Functional Testing Java Add-in Extensibility and use it to extend GUI testing support for third-party and custom Java controls.

This guide assumes you are familiar with OpenText Functional Testing functionality, and should be used together with the other Help sections:

  • API References
  • Toolkit Configuration Schema Help
  • Test Object Schema Help

These documents should also be used in conjunction with the following UFT documentation:

  • OpenText Functional Testing Help Center
  • The Java section of the OpenText Functional Testing Help Center
  • Object Model Reference

Note:  

The information, examples, and screen captures in this guide focus specifically on working with OpenText Functional Testing GUI tests. However, much of the information in this guide applies equally to business components.

Business components are part of Business Process Testing. For more information, see the OpenText Functional Testing Help Center.

Back to top

Who Should Read This Guide

This guide is intended for programmers, QA engineers, systems analysts, system designers, and technical managers who want to extend GUI testing support for Java custom controls.

To use this guide, you should be familiar with:

  • Major OpenText Functional Testing features and functionality

  • The OpenText Functional Testing Object Model

  • OpenText Functional Testing Java Add-in

  • Java programming

  • XML (basic knowledge)

Back to top