Forum Discussion

chdittmer's avatar
chdittmer
Occasional Contributor
12 years ago
Solved

Knowing when a network suite job fails

I have a script that I need to run alternately on two machine. The machines use the same piece of hardware that only has enough resources for one at a time so I used a network suite with two jobs that...
  • AlexKaras's avatar
    12 years ago
    Hi Carl,



    The answer may depend on your definition of the job failure.

    As a possibly acceptable approach, you may create the handler for the OnLogError event (see TC help for more details on this) and stop test run via Runner.Stop from within the handler.