Run Tests from Project VI
- Updated2023-02-21
- 2 minute(s) read
Run Tests from Project VI
Owning Palette: Unit Test Framework VIs
Requires: Unit Test Framework Toolkit
Executes tests from a LabVIEW project.
You also can use the Run Tests from File VI to execute tests from .lvtest files.

![]() |
show progress bar? specifies whether to show the progress window during test execution. The default is TRUE. |
![]() |
project file path specifies the path to the .lvproj file that contains .lvtest files. |
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. |
![]() |
test results out returns test results of the .lvtest files in the specified .lvproj file. |
![]() |
error out contains error information. This output provides standard error out functionality. |
Example
Refer to the Programmatically Run Tests from Project VI in the labview\examples\Unit Test Framework\Programmatic Tests directory for an example of using the Run Tests from Project VI.




