LabVIEW 2009 Unit Test Framework Toolkit Help
Edition Date: June 2009
Part Number: 372584B-01
»View Product Info
Use the
Project Explorer window to find tests and VIs in a LabVIEW project. You also can find a
.lvtest file
on disk.
Finding All Tests Associated with a VI
Complete the following steps to find 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 Unit Tests»Find 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
Complete the following steps to find 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 a .lvtest File on Disk
Complete the following steps to find a .lvtest file on disk.
-
Open the LabVIEW project that contains the files on which you want to perform unit testing.
- Right-click a .lvtest file and select Explore from the shortcut menu.