LabVIEW Unit Test Framework Toolkit API Reference

Configuring a Test to Use a User-Defined Test VI (Unit Test Framework Toolkit)

  • Updated2023-02-21
  • 1 minute(s) read

Complete the following steps to configure a test to use a user-defined test VI.

  1. Open the LabVIEW project that contains the files on which you want to perform unit testing.
  2. Double-click a .lvtest file to display the Test Properties dialog box.
  3. On the Configuration page, place a checkmark in the Use user-defined test VI checkbox.
    Note  When you place a checkmark in the Use user-defined test VI checkbox, LabVIEW dims the Test Cases page and the Setup/Teardown page in the Test Properties dialog box.
  4. Click the Browse button next to the Use user-defined test VI file path text box. A file dialog box appears.
  5. Navigate to and select the user-defined test VI you want to use. Click the OK button.
  6. Click the OK button to close the dialog box and return to the Project Explorer window.
  7. Select File»Save to save the project.

Related Information

Creating a User-Defined Test VI

Log in to get a better experience