LabVIEW 2009 Unit Test Framework Toolkit Help
Edition Date: June 2009
Part Number: 372584B-01
»View Product Info
Complete the following steps to execute tests by priority.
-
Open the LabVIEW project that contains the files on which you want to perform unit testing.
-
Click the Project Properties button
on the Project toolbar to display the Project Properties dialog box.
- On the Unit Test: Filters page, place a checkmark in the Minimum priority checkbox.
- Use the Minimum priority control to select a minimum priority.
-
Click the OK button to close the dialog box and return to the Project Explorer window.
-
(Optional) Select File»Save if you want LabVIEW to save the filter setting in the project file (.lvproj).
The next time you execute tests interactively, LabVIEW executes only tests with an equal or higher priority than the Minimum priority you specified. You also can execute tests by priority programmatically by using the Run Tests from Project VI. You first must save the Minimum priority setting in the project that you want to execute tests by priority.