Forum Discussion
tristaanogre
2 years agoEsteemed Contributor
Beyond the event handlers that rraghvani suggests, you could also go the route of using try/catch/finally code. This is available both in keyword tests and in script code (depending upon your script language). This will allow you to execute code on exceptions as well as a "finally" block to execute at the end of every test case.
Related Content
- 7 years ago