Handles communication between ALM and the testing tool. (Applies to .NET and COM Custom Test Types)
Create an object named RemoteAgent that implements these methods and properties.
The RemoteAgent object is responsible for control of the testing tool and returning status and results to ALM. The remote agent resides on the host machine with the testing tool and uses the DCOM protocol to communicate over the network with the host machine on which ALM resides.
In addition to the required methods, your implementation can use the ALM Open Test Architecture API to write results to the project database.
![]() |
Gets the current status of the testing tool. |
![]() |
Gets the value of a run parameter. |
![]() |
Checks if the test application can be run. |
![]() |
Starts the test run. |
![]() |
Sets the value of a run parameter. |
![]() |
Instructs the testing tool to terminate the test that is currently running. |