Forum Discussion
AlexKaras
8 years agoCommunity Hero
Hi Nimish,
At least three options can be suggested. Their applicability to your case depends on your tests architecture.
a) Try/Catch functionality of the given scripting language (if supported);
b) OnLogError/OnTestStop event in TestComplete;
c) If your tests are executed from command line (e.g. when triggered from some CI system like Jenkins), you may use TestComplete exit code and trigger this or that action/program/batch file.