Jump to content

VI Analyzer Results Window: Difference between revisions

From LabVIEW Wiki
Adjust image locations and text flow
m Fix invalid self-closed tags
Line 5: Line 5:
The '''Test Results''' page displays the test results in a tree. By default, only failures are shown and results are sorted by [[VI]]. Users can double-click a failure to highlight the corresponding object in the VI.
The '''Test Results''' page displays the test results in a tree. By default, only failures are shown and results are sorted by [[VI]]. Users can double-click a failure to highlight the corresponding object in the VI.


<div style="clear: both" />
<div style="clear: both"></div>
==Testing Errors==
==Testing Errors==
[[File:VI Analyzer Results Window - Testing Errors.png|thumb|VI Analyzer Results Window - Testing Errors page]]
[[File:VI Analyzer Results Window - Testing Errors.png|thumb|VI Analyzer Results Window - Testing Errors page]]
The '''Testing Errors''' page displays a list of errors that occurred during analysis. For each error, additional error details are provided.
The '''Testing Errors''' page displays a list of errors that occurred during analysis. For each error, additional error details are provided.


<div style="clear: both" />
<div style="clear: both"></div>
==Summary==
==Summary==
[[File:VI Analyzer Results Window - Summary.png|thumb|VI Analyzer Results Window - Summary page]]
[[File:VI Analyzer Results Window - Summary.png|thumb|VI Analyzer Results Window - Summary page]]
The '''Summary''' page provides a statistical overview of tests, errors, test duration, and VIs.
The '''Summary''' page provides a statistical overview of tests, errors, test duration, and VIs.


<div style="clear: both" />
<div style="clear: both"></div>
==Export==
==Export==
[[File:Export VI Analyzer Results.png|thumb|Export VI Analyzer Results]]
[[File:Export VI Analyzer Results.png|thumb|Export VI Analyzer Results]]
Line 21: Line 21:
{{see also|VIAn Easy Report}}
{{see also|VIAn Easy Report}}


<div style="clear: both" />
<div style="clear: both"></div>
==See also==
==See also==
*[[VI Analyzer]]
*[[VI Analyzer]]

Revision as of 05:38, 16 August 2024

The VI Analyzer Results Window displays test results, errors, and statistics after running an analysis with VI Analyzer or from a VI Analyzer Results File. It displays test results in a tree that can be sorted, filtered, and categorized and provides additional information for each test. Test results can be loaded, saved, and exported. The dialog is accessible through the Tools menu under VI Analyzer > Show Results Window. It appears at the end of an analyzer task, when running analysis from the Analyze VIs command, or programmatically, using the VIAn Run function.

Test Results

VI Analyzer Results Window - Test Results page

The Test Results page displays the test results in a tree. By default, only failures are shown and results are sorted by VI. Users can double-click a failure to highlight the corresponding object in the VI.

Testing Errors

VI Analyzer Results Window - Testing Errors page

The Testing Errors page displays a list of errors that occurred during analysis. For each error, additional error details are provided.

Summary

VI Analyzer Results Window - Summary page

The Summary page provides a statistical overview of tests, errors, test duration, and VIs.

Export

Export VI Analyzer Results

Test results can be exported as a ASCII or HTML report.

See also: VIAn Easy Report

See also