Welcome to OpenText UFT One Delphi Add-in Extensibility

OpenText UFT One Delphi Add-in Extensibility is an SDK (Software Development Kit) package that enables you to support testing applications that use third-party and custom Delphi controls that are not supported out of the box by the UFT One Delphi Add-in.

About the UFT One Delphi Add-in Extensibility SDK

The UFT One Delphi Add-in Extensibility SDK is included in the Delphi Add-in installation and provides the following:

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

  • A template that you can use when you create your extensibility code.

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

    • A developer guide.

    • The UFT One Test Object Schema Help.

  • Sample Delphi Add-in Extensibility toolkit support sets that extend UFT One GUI testing support for the following Delphi custom controls:

    • TrackBar

    • StringDrawGrid (a table control)

Back to top

About the UFT One Delphi Add-in Extensibility Developer Guide

This guide includes the following sections:

This guide explains how to use UFT One Delphi Add-in Extensibility to extend UFT One GUI testing support for third-party and custom Delphi controls.

This guide assumes you are familiar with UFT One functionality, and should be used together with the following documents:

  • The API file, which contains comments and explanations. (UFT One installation folder>\dat\Extensibility\Delphi\AgentExtensibilitySDK.pas)
  • The extensibility code template, which contains comments and explanations. (<UFT One installation folder>\dat\Extensibility\Delphi\ExtensibilityImplementationTemplate.pas)
  • UFT One Test Object Schema Help

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

  • UFT One User Guide
  • The Delphi section of the UFT One Help Center
  • UFT One Object Model Reference for GUI Testing

Note:  

The information, examples, and screen captures in this guide focus specifically on working with UFT One 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 UFT One 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 UFT One GUI testing support for Delphi custom controls.

To use this guide, you should be familiar with:

  • Major UFT One features and functionality

  • The UFT One Object Model

  • UFT One Delphi Add-in

  • Delphi programming

  • XML (basic knowledge)

Back to top