Executing Tests from a Project
- Updated2025-11-07
- 1 minute(s) read
- Select to create a new, blank VI.
- Add the Run Tests from Project VI to the block diagram.
- Add the Open Results Window VI to the block diagram.
- Wire the test results out output of the Run Tests from Project VI to the test results in input of the Open Results Window VI.
- Right-click the project file path input of the Run Tests from Project VI and select from the shortcut menu. A front panel control appears to the left of this VI. This control represents the path to the project file (.lvproj) that you want to execute tests.
- Wire all error in and error out terminals on the block diagram.
- Display the front panel and click the Browse button on the project file path control to select a project file.
- Select and save this VI in an easily accessible location.
-
Click the Run button to run the VI.
Note When you execute tests from a project programmatically, LabVIEW executes tests in the order as they are listed in the project.