10-10-2008 04:58 AM
Hi,
You can discard the failed result in the SequenceFileStepFailure callback sequence then perform a repeat test. That way you will only get the one result ResultList.
Regards
Ray Farmer
10-27-2016 01:16 AM
Hello,
I have a situation where I have 5 tests to be done on a perticular data channel, and I have 15 such channels in my unit under test with the same limits and parameters, so there are 75 steps in total. What i've done is i've created a sub sequence of the 5 tests and calling it for all 15 channels. I want to repeat a perticular step (not all the 5 tests but only one test of a perticular channel) if it fails for 3 times and declare pass only if it passes for all the three times. Is there any way in which I could accomplish this? Thank you
10-28-2016 10:27 AM
Hello Lnsimha93,
A solution would be the following. For each of the 5 steps in the subsequence:
I also attached a small demo.
The final result is Failed.
This should accomplish your desired task. Please let us know if you have any other questions.