Complete the following steps to create a test from an .lvtest file on disk.
  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»Add Test from File from the shortcut menu. A file dialog box appears.
  3. Navigate to and select the .lvtest file you want to use. Click the OK button. LabVIEW adds the .lvtest file to the project tree.
    Note If the .lvtest file was associated with a different VI previously, the .lvtest file now is associated with the new VI. You can specify only one VI under test for each .lvtest file.
  4. Select File»Save to save the project.