07-15-2010 05:05 PM
I am using TestStand 4.1 and have the following problem:
Within my main loop, i call functions and perform numeric test on my received results. This is working great. My problem is with the recording of results. When the report is output, all that is shown is PASS or FAIL from the call function but not the individual results. What may be the problem?
I selected the Record Results feature on each item I want recorded.
Attached is the sequence.
ThanksNAdvance
FredTest
Solved! Go to Solution.
07-16-2010 01:00 AM
Hi,
I can not view you attach sequence file at the moment, but make sure you have enabled the Record Results on the SequenceCall step as well as the steps within the Sequence.
07-16-2010 07:52 AM
I'm assuming that you're talking about the PHASING STATUS test since that's the only sub-sequence that has anything in it. Make sure that Include Measurements under the Include Step Results options in the Report Options are enabled. It looks like everything should be reporting correctly.
07-16-2010 09:20 AM
Thanks for your response:
I've checked and it is enabled, but still, no numeric reporting.
Anything else that might factor?
FredTest
07-16-2010 09:46 AM
FOund the solution!
It appears that I had accidentally erased the Results.Array from the Locals of the PHASING STATUS Test. After it was replaced, wa-la, problem solved.
Thanks for your help though. Funny how TS did not detect this as an issue.
FredTest