Complete the following steps to create a test from a VI.
  1. Open the LabVIEW project that contains the files on which you want to perform unit testing.
  2. Right-click a VI and select Unit Tests»New Test from the shortcut menu.
    Note You also can create tests from multiple VIs by pressing the Ctrl key while clicking each VI. Then right-click the selection and select New Unit Tests from the shortcut menu. LabVIEW creates an .lvtest file for each VI.
  3. Configure the .lvtest file you just created.
  4. Select File»Save to save the project.