Jump to content

VI Analyzer Results Window: Difference between revisions

From LabVIEW Wiki
m Fix file extensions
m Remove stub label
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{stub}}
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.
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==
==Test Results==
[[File:VI Analyzer Results Window - Test Results.png|thumb|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.
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.


[[File:VI Analyzer Results Window - Test Results.png]]
<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]]
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.


[[File:VI Analyzer Results Window - Testing Errors.png]]
<div style="clear: both"></div>
 
==Summary==
==Summary==
[[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.


[[File:VI Analyzer Results Window - Summary.png]]
<div style="clear: both"></div>
 
==Export==
==Export==
[[File:Export VI Analyzer Results.png|thumb|Export VI Analyzer Results]]
Test results can be exported as a [[wikipedia:ASCII|ASCII]] or [[wikipedia:HTML|HTML]] report.
Test results can be exported as a [[wikipedia:ASCII|ASCII]] or [[wikipedia:HTML|HTML]] report.
{{see also|VIAn Easy Report}}
{{see also|VIAn Easy Report}}


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

Latest revision as of 07:14, 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