08-01-2013 07:10 AM - edited 08-01-2013 07:11 AM
Hi Everyone,
I'm trying to use SequenceFilePostResultListEntry to discard some step results.
But when I launch the test (UUT or SinglePass entry point), I can still see the results on the report,
despite the parameter DiscardResult on True for all steps.
I noticed too (by setting, Parameters.Step.Result.Status = "Failed" in SequenceFilePostResultListEntry sequence),
that the execution pane shows the steps at failed but "Passed" on the report pane.
Does anyone knows about those behavior ? Is there an option I may have forgotten ?
Please see the attached sequence file.
Thanks for your participation...
Solved! Go to Solution.
08-01-2013 07:31 AM
Running your sequence on my machine works as expected.
No results are available, so the report consists of the header and then states:
No Sequence Results Found
Do you use a default process model?
Which version of TestStand?
Do you use On-The-Fly reporting?
Norbert
08-01-2013 07:58 AM - edited 08-01-2013 08:13 AM
Great Is working now,
I was using on-the-fly reporting.
Thanks Norbert !
PS: I'm using TestStand 4.2.1 with the SequentialModel.seq as process model