NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

why the test report's failure chain only display the first failure?

 

Hi All,

    why the test report's failure chain only display the first failure step?how to get all the failure steps in the failure chain?

    Thanks a lot.

 

BR

Johnny

0 Kudos
Message 1 of 7
(4,074 Views)

Try TEDS example here

 

 

Regards
Ray Farmer
0 Kudos
Message 2 of 7
(4,070 Views)

Hello Ray,

    Thanks for your reply.

    It seems so complex.is it teststand's bug?

 

BR

Johnny

0 Kudos
Message 3 of 7
(4,068 Views)

i tried it,it does not work.

0 Kudos
Message 4 of 7
(4,065 Views)

 

Did a quick search and came across the following links

 

http://zone.ni.com/devzone/cda/tut/p/id/4563

http://zone.ni.com/devzone/cda/epd/p/id/3326

 

 

 

Regards
Ray Farmer
0 Kudos
Message 5 of 7
(4,059 Views)

    thank you.

    i am using XML format.So i copied the reportgen_xml.seq to C:\Program Files\National Instruments\TestStand 4.2.1\Components\Models\TestStandModels.And when i runned the example "XMLReportTest.seq".the report is ok.

    But when run my own sequence,it does not work.and it is so strange that when only one step failure,it is ok.when occupied

 two or more failure steps. it is error. 

0 Kudos
Message 6 of 7
(4,041 Views)

the error message in below for your information:

 

details:

Error executing 'For' step.
Error in For loop condition expression.
Error in argument 1, 'Parameters.Result.TS.SequenceCall.ResultList', in call to the expression function 'GetNumElements'.
Unknown variable or property name 'Parameters.Result.TS.SequenceCall'.

 

error code

-17306; Unknown variable or property name.

 

location:

Step 'For' of sequence 'UpdateFailureStack' in 'reportgen_xml.seq'

0 Kudos
Message 7 of 7
(4,040 Views)