Forum Discussion
lansanniu
13 years agoOccasional Contributor
ok,,,i've found the answer myself
use event [OnLogError], it can be triggered when an error message is posted to the test log.
--------------------------
function GeneralEvents_OnLogError(Sender, LogParams)
{
return_value = "ERROR";
}
use event [OnLogError], it can be triggered when an error message is posted to the test log.
--------------------------
function GeneralEvents_OnLogError(Sender, LogParams)
{
return_value = "ERROR";
}