TestStepAbortedException
This is the standard exception that is thrown by the engine or the base model if a requested interaction on the SUT cannot be performed, e.g. because the required image for a click could not by found.
The exception stops the execution of the current test step and sets the report to Aborted. All following steps (except CleanupStep) are set to NotExecuted. A screenshot will be provided automatically.
Namespace: Progile.ATE.Common
Inheritance Hierarchy:
Object Exception TrioExecutionException TestStepAbortedException
Syntax:
Parameter | Description |
Reason | Type: String The reason why the test step was aborted. This will be visible in the TestReport on the Portal. |
Last updated