06-15-2022 12:40 PM
Hello,
I have 2 sections of tests.
When all the subsequence in section 1 passes only then I need to branch into FCT test section.
How do I get the status of all the subsequence in section 1?
Thanks!!
06-15-2022 04:54 PM
I found RunState.SequenceFailed that I can use to check the overall status of all the tests in section 1.
Just not able to configure it when using 2 sockets (parallel model).
Is RunState.SequenceFailed, thread safe?