raynjay
8 years agoOccasional Contributor
How to get current running keyword test case name in the event (OnStopTest)
Hi All,
I want to get the current running keyword test case name in the event (GeneralEvents_OnStopTest(Sender))
My purpose is to send notification message when test case is failed.
I determine if the keyword test case is passed or failed with error count in the event,GeneralEvents_OnStopTest(Sender).
Project.TestItems.Current.Name can be used but it can be used only when run test project.
I want know the current running keyword test case name when run the specific keyword test.
Anyone know about it ?
Thanks,
Raymond.