Forum Discussion
YMinaev
Staff
14 years agoHi,
There's no way to pass the current function's name to the OnStopTest handler. You can try using a project variable to keep this name and update the value of this variable in each function. When OnStopTest is called, read this variable's value and use it in the event handler.
There's no way to pass the current function's name to the OnStopTest handler. You can try using a project variable to keep this name and update the value of this variable in each function. When OnStopTest is called, read this variable's value and use it in the event handler.