Configuring a Test to Use a User-Defined Test VI
- Updated2025-11-07
- 1 minute(s) read
- Open the LabVIEW project that contains the files on which you want to perform unit testing.
- Double-click an .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 to save the project.