11-09-2009 02:50 PM
I am using the ProcessModelPostStepRuntimeError model callback to handle any errors in my system. Some of the errors that occur are actually caused by a faulty UUT and I would like then to be reported as a failure and not an error. Is there an easy way to convert a step error into a step failure while still adding the error code/message to the report text?
Thanks,
Toby
11-09-2009 03:15 PM - edited 11-09-2009 03:16 PM
Here's what I have come up with so far...this seems to work OK but seems pretty messy. Any suggestions, improvements, etc?
11-10-2009 02:31 AM
Toby,
as far as can see this is quite a good solution. In fact, its one i would recommend.
Norbert