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.
- Open the LabVIEW project that contains the files on which you want to perform unit testing.
- Double-click a .lvtest file to display the Test Properties dialog box.
- 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. - Click the Browse button next to the Use user-defined test VI file path text box. A file dialog box appears.
- Navigate to and select the user-defined test VI you want to use. Click the OK button.
- Click the OK button to close the dialog box and return to the Project Explorer window.
- Select File»Save to save the project.