SutNotReadyException

The SUTNotReadyException is thrown by the engine when the connection to the SUT cannot be established or by the EnvironmentModel if SUT is not responsive (e.g. CPU load too high, or operating system not responding). On SUTs deployed dynamically in the Cloud, this exception will trigger a redeployment of the SUT VM, which often fixes the problem and causes the SUT to respond again.

Note: This exception should only be thrown in the Precondition Step. If an installer test case is used, the actual test case should then not throw this exception anymore.

Namespace: Progile.ATE.Common

Inheritance Hierarchy:

Object Exception TrioExecutionException SUTNotReadyException

Syntax:

public SUTNotReadyException(
    string Reason
)

Last updated