08-06-2009 04:37 AM
Hello,
i have a sequence with a SequenceFileCallback "SequenceFilePostStepFailure".
How can i create a popup that displays the following values:
- Name of calling-step
- sequence-name of calling step
- result of calling step
- limit (low, high, string) of calling step
I found:
RunState.Caller.Step.Name,
RunState.Caller.Sequence.Name
but nothing for result and limits.
Thanks for any help
08-06-2009 06:37 AM
08-19-2009 10:50 AM
This should handle what you're looking for and then some. I use this with the retry expression that allows for the whole sequence to be repeated. Probably shouldn't allow for the "Force Pass". I think it origianally came from TestStand examples and I modified it, but I couldn't tell you which example.
08-19-2009 11:01 AM