NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

test report must filter test failures to top of report.

Hello All,
I currently run lots of small labview tests and generate a long HTML report with the results. Engineers are requesting the failures filter to the top of the report as they want to quickly see the fails. I am hoping this functionality can be set from testand without having to rejig each test in the test suite.
 
Advice appreciated.
 
Regards
 
Chris
0 Kudos
Message 1 of 3
(3,088 Views)
We do something similar that doesn't involve filtering.  We using the ProcessModelPostStepFailure Engine Callback to trap the failures that occur and build a string of the failures as the test progresses.  When the test is finished we then include the string built by the Engine Callback in the report.
 
Regards
 
Steve
There are 10 types of people in the world that understand binary, those that do and those that don't.
0 Kudos
Message 2 of 3
(3,085 Views)
 

Hi,

Another way is to modify the "Failure chain" list in the UUT header so that it displays all failed steps.
See http://zone.ni.com/devzone/conceptd.nsf/webmain/4DF435CA73213F7C86256A56006CA55E. This example describes howtoo for TS 2.0. I've done it with TS 3.1 also.

Message Edited by Virinco-TomC on 08-26-2006 01:01 PM

Regards
Tom Andres Lomsdalen, CTD
0 Kudos
Message 3 of 3
(3,067 Views)