08-24-2006 12:10 PM
08-25-2006 02:11 AM
Are you using a process model? If so you can create and include your reboot steps in a Process Model sequence called ProcessModelPostStepFailure. Inside this sequence you can perform any operations you want and it will only be called following a failure occurs in a test sequence using that process model.
Alternatively you can add the SequenceFilePostStepFailure ngine Callback to your test sequence, this will be called whenever you get a failure is that sequence only.
If these sound like the sort of thing you need message back and I'll have a go at describing how you go about adding engine callbacks.
Regards
Steve