08-14-2020 11:25 AM
Hi all,
I am trying to record the last iteration status of a step in while loop.
I have used Sequencefilepostlistenrty engine callback to discard the value if failed.
but its not recording the passed status.
Could anyone please explain me how to record the last iteration status (Passed status alone)
Thanks
Sricharan
08-14-2020 01:02 PM
Hello Sricharan,
You could simplify your implementation by not using a callback. Instead conditionally execute a no adaptor test (Numeric or PassFail depending on your data).
Hope that helps.