kkrush
5 years agoOccasional Contributor
When an error happens, how to call the logout scripts.
Hello, I would like to know when error happens during execution , I would like to call the "Logout & Close Browser" script immediately, how to call it.? so in Test -1 , lets say if keyword acti...
- 5 years ago
Hi,
In my opinion, You can Use TestComplete events, like this one:
https://support.smartbear.com/testcomplete/docs/reference/events/index.html
Try to write a script for 'OnLogError' event.