06-23-2021 07:32 AM
Hi,
I am testing multiple UUTs in a finite loop using batch synchronization. The loop continues unless all UUTs fail.
If any UUT fails, terminate that socket using RunState.Execution.Terminate() and move on until the loop completes. Once done, display the proper banner showing which passes and which terminates. This works fine.
If ALL UUTs fail before the loop ends, I use RunState.Engine.TerminateAll(). The test terminates but the banner doesn't appear. How do I get the banner to display the results as in the above?
06-30-2021 02:49 AM
Hello TTLN4,
Can you attach photos where will show exactly what do you want to see/have?
Best Regards