04-26-2012 08:11 AM
Hello,
i have a simple testplan with only one sequence that contains only one labview-teststep.
The only thing that the step is doing is to create an error by passing a True to the Step.Result.Error.
When i only run this step then the "RunTimeError" pops up a window. There i click on OK and then the step is shown as "Error" in Status-column.
When i execute the sub-sequence that contains only this step then i also get the "RunTimeError"-window but now the sequence is shown as "Passed".
Why does this happen? Is this the normal teststand-behaviour?
Thanks for all help
Solved! Go to Solution.
04-26-2012 08:38 AM
I created a sequence call to a sub-sequence containing a single step, a "none" adapter containing "Step.Result.Error.Occurred" in the pre-expression. The sequence call failed. I'm not sure if I'm re-creating the problem correctly?
Main
Call a Sequence ---> Action(Step.Result.Error.Occurred=True)
Call a sequence shows failed
04-26-2012 10:02 AM
No, I would not expect that behavior, unless you clicked to 'Ignore' the error on the RunTime Dialog.
When the 'Run Time Error' dialog appeared what Radio Button did you select? See Attachment
Thanks,
PH
04-26-2012 10:09 AM
Thats it. Somehow the Ignore-Button was selected...
Thx