Finding Tests and VIs
- Updated2025-11-07
- 1 minute(s) read
Use the Project Explorer window to find tests and VIs in a LabVIEW project. You also can find an .lvtest file on disk.
Finding All Tests Associated with a VI
- Open the LabVIEW project that contains the files on which you want to perform unit testing.
- Right-click a VI and select from the shortcut menu. LabVIEW highlights all the tests that
are associated with this VI.Note To find tests for multiple VIs, select multiple VIs by pressing the <Ctrl> key while clicking each VI. Then right-click the selection and select Find Unit Tests from the shortcut menu.
Finding the VI Associated with a Test
- Open the LabVIEW project that contains the files on which you want to perform unit testing.
- Right-click the .lvtest file for which you want to find the VI under test and select Find VI. LabVIEW highlights the VI under test that is associated with this test.
Finding an .lvtest File on Disk
- Open the LabVIEW project that contains the files on which you want to perform unit testing.
- Right-click an .lvtest file and select Explore from the shortcut menu.