user_j_e
14 years agoOccasional Contributor
OnStopTest and TestItems
I am trying to get the log pass/fail status of the last item that ran. I am using the OnStopTest event handler but it seems to run the method at the end of the TestItem and not after the TestItem is finished and the pass/fail status is logged. Is there a way to get the pass/fail status of the last TestItem that ran? I could add another TestItem at the end, just wondering if there is a better way.
Thanks
Thanks