About Getting Started with UFT One Testing Extensibility
Using UFT One Testing Extensibility, you can extend UFT One's automated testing capabilities, enabling UFT One to recognize and operate on objects in your environment.
To implement UFT One Testing Extensibility, you develop a Testing Agent that interfaces between UFT One and the application being tested. The Testing Agent must be a singleton COM coclass that implements a set of APIs defined in the UFT One Testing Extensibility SDK.
After you install and register the Testing Agent on a computer on which UFT One is installed, you can use UFT One to create tests for applications of your environment using the custom set of test objects, properties and methods defined by the Testing Agent.
This