The interface between the testing tool and ALM. (Applies to COM Custom Test Types)
Create a COM class named TestType that implements these methods and properties.
The TestType object provides the interface between the testing tool and ALM. The Init method of the TestType object gets an IDispatch reference to a TDConnection object, used to access the ALM project database.
For more information about the TDConnection object, see ALM Open Test Architecture API Reference.
![]() |
Indicates whether the test type supports creating script templates. |
![]() |
Creates a script template for the specified test. |
![]() |
Creates a script template for the specified test and assigns it to a template project. |
![]() |
Returns a bitmap to represent the testing tool and test status. |
![]() |
Initializes the TestType object. |
![]() |
The class ID of the ScriptViewer class. |
![]() |
The class ID of the ExecConfiguration class. |
![]() |
The most recent error message. |
![]() |
The class ID of the RemoteAgent class. |
![]() |
The class ID of the ResultViewer class. |
![]() |
The name of the testing tool. |