Hi,
We are using Keysight 9.26.1 developer version.
When TestStep set the Teststep verdict as Verdict.Aborted, It does not stop the Test step execution. It continue to execute the remaining test steps. But setting Verdict.Error stop the Test execution.
In order to stop the Test execution after setting verdict as Aborted, need to throw OperationCanceledException(). But this change verdict from Aborted(Set By TestStep) to Error.
- How to stop the execution after setting verdict as Aborted without throwing OperationCanceledException.
- If above is limitation, Is there anyway, throwing OperationCanceledException should not change previously set verdict?