08-05-2020 09:08 AM
I have made a sequence file in Teststand 2014, wich send a message ("step failing") to a userinterface when a teststep is failing (SequenceFilePostStepFailure). The problem now is, when i use a teststep in a loop and the first itteration is failing, it send the "step failing" message, but when the next itteration is passed i want to send a "step passed" mesage somehowe.
So i need a "SequenceFilePostStepPassed" callback but this isn't there in Teststand.
What is the best way to solve this problem ?
Thanks in advance.
08-19-2020 10:54 AM
Heya Tonnie,
There is a callback called SequenceFilePostStep which will execute after every step, regardless of the outcome. From there you could do a similar bit of functionality that you implemented already in your SequenceFilePostStepFailure?