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 (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality. |
![]() |
test results out returns the test results in unchanged. |
![]() |
error out contains error information. This output provides standard error out functionality. |
Refer to the 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.