I am experiencing an unusual issue with NI TestStand 4.1. I have a For loop and within it I have a sequence call configured as a numeric limit test. This test is configured to report additional results. All of the additional results are preconditioned upon test failure. Here is the unusual part: During the first iteration of the For loop the test passes yet the additional results for all input parameters are reported (The output parameters are not reported at this time, but more about that later). All additional iterations of this test in the For loop pass and the additional results are not reported.
Regarding the output parameters...If a test fails I would expect all additional results (input and output parameters) to be reported. However when I encounter a failure only the additional results that are output parameters are displayed on the test report. Input parameters are not reported.
Has anyone else encountered this? My expectation was that all of the additional results would be reported in the event of a failure. In addition, in the absense of a failure I would not expect to see any additional results. Thanks in advance!