What Extensibility Accelerator helps you do
To extend the OpenText Functional Testing Web Add-in to support custom Web toolkits, you create custom toolkit support sets and deploy them to OpenText Functional Testing. The toolkit support set is comprised of XML configuration files and JavaScript functions. For details, see Custom toolkit support sets.
Creating support for a custom toolkit is comprised of the following stages:
Planning how you want OpenText Functional Testing to operate on your controls
This is a preliminary stage that you perform by using OpenText Functional Testing on your application and determining what aspects of OpenText Functional Testing's behavior you would like to customize.
For details, see the section on planning OpenText Functional Testing support for your toolkit in the Web Add-in Extensibility Developer Guide.
Creating and defining the test object classes, operations, properties and settings
The Extensibility Accelerator IDE simplifies creating and editing the XML files required for a toolkit support set, by providing designers in which you specify the relevant information. This enables you to invest your main efforts in the development of the JavaScript functions.
Writing and debugging JavaScript implementation functions
The JavaScript functions that you write as part of the toolkit support set enable OpenText Functional Testing to work with your custom Web controls. Extensibility Accelerator creates the necessary JavaScript files and adds stubs for the functions that you must implement. In addition, Extensibility Accelerator provides JavaScript editing capabilities and debugging tools to facilitate writing these functions.
Deploying the toolkit support so it can be used on OpenText Functional Testing
Extensibility Accelerator deployment capabilities enable you to automatically deploy your new toolkit support set to OpenText Functional Testing or to package it so that you can share it with other OpenText Functional Testing users.
For task details, see Create or update support for a custom toolkit.

