Hi arj,
In the process model and in the Sequence Test UUt's is a step called 'Handle Termination'.
If you move this up so that it's the next step after PostUUT callback. This will allow you to terminate without saving results. Unfortunately you will find that an empty file will already exist. To resolve this,
move the steps Determine Report File Path and Clear Report to performed after the 'Handle Termination'.
If you want the same thing in the Single Pass sequence, then you need could put a Post Action on the MainSequence step using the Specify Custom Condition with the expression Step.Result.Status == "Terminated", if this is True terminate Execution.
Hope this helps.
Ray Farmer
Regards
Ray Farmer
