Create Report VI
- Updated2023-02-21
- 4 minute(s) read
Create Report VI
Owning Palette: Unit Test Framework VIs
Requires: Unit Test Framework Toolkit
Generates a report after test execution. You can generate this report in HTML, Automatic Test Markup Language (ATML), or ASCII format.

![]() |
CSS file path specifies the path to the Cascading Style Sheet (CSS) file this VI uses to customize HTML reports. | ||||||||||||||||
![]() |
view report? specifies whether to display the report after test execution. If you do not display the report after test execution, you can view the report by navigating to the report path you specified. The default is TRUE. | ||||||||||||||||
![]() |
test results in contains the results of the test execution from using either the Run Tests from File VI or Run Tests from Project VI. | ||||||||||||||||
![]() |
report path specifies the path to which LabVIEW saves the generated report file. The default is My Documents\LabVIEW Data. | ||||||||||||||||
![]() |
report type specifies the type of report this VI generates.
|
||||||||||||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||||||||||||
![]() |
display by specifies whether to display the test results according to the names of the tests or the names of the VIs.
|
||||||||||||||||
![]() |
report settings specifies the contents of the test report.
| ||||||||||||||||
![]() |
test results out returns the test results in unchanged. | ||||||||||||||||
![]() |
error out contains error information. This output provides standard error out functionality. |
Examples
Refer to the following VIs for examples of using the Create Report VI:
- Programmatically Run Tests from File VI: labview\examples\Unit Test Framework\Programmatic Tests
- Programmatically Run Tests from Project VI: labview\examples\Unit Test Framework\Programmatic Tests






