07-27-2006 01:29 AM
07-27-2006 02:35 AM
Hi Markus,
You can try resetting ResultList[index].TS.StepCausedSequenceFailure or find ResultList[index].SequenceCall.Status and set this equal to "Passed"
Regards
Ray Farmer
08-07-2006 03:13 AM
Sorry, that doesn't seem to work. I'am attaching a sequence, which changes both resultlist[index].status and resultlist[index].TS.StepCausedSequenceFailure and then removes that step. But the the final result of the sequence doesn't change( it is still FAILED).
08-07-2006 03:16 PM
Markus,
RunState.SequenceFailed = False will cause the MainSequence to be recorded as "Passed".
The following only needs to be done when returning from a SubSequence to the Caller, so you can remove that expression.
Locals.ResultList[0].TS.StepCausedSequenceFailure = False
Regards
Ray Farmer