Forum Discussion
AlexKaras
12 years agoCommunity Hero
Hi Niladri,
You can handle the OnLogError event (http://support.smartbear.com/viewarticle/56948/) to raise a flag (set some global variable to True) that there was an error while running the test and then handle the OnStopTest event (http://support.smartbear.com/viewarticle/55123/) and check if the flag is set or not. Issue an error mail if the flag is set.
You can handle the OnLogError event (http://support.smartbear.com/viewarticle/56948/) to raise a flag (set some global variable to True) that there was an error while running the test and then handle the OnStopTest event (http://support.smartbear.com/viewarticle/55123/) and check if the flag is set or not. Issue an error mail if the flag is set.