InteractionFailedException
Last updated
Was this helpful?
Last updated
Was this helpful?
The InteractionFailedException is thrown, when an interaction with SUT is not successful. Typically these interactions are done in a method on an and thus have a built-in retry. If the interaction is still not successful after the retries, the InteractionFailedException is thrown.
The InteractionFailedException inherits from , so the impact on the Test Case execution is the same: The test case is aborted, the step and then the step are executed if available and the Aborted result is reported.
Namespace: Progile.TRIO.BaseModel Assembly: Progile.TRIO.BaseModel (in Progile.TRIO.BaseModel.dll)
Object Exception TrioExecutionException Progile.TRIO.BaseModel.InteractionFailedException
Syntax:
Parameter
Description
interaction
Type: The name of the method that failed.