Complete the following steps to execute tests by priority.
  1. Open the LabVIEW project that contains the files on which you want to perform unit testing.
  2. Click the Project Properties button on the Project toolbar.
    The Project Properties dialog box appears.
  3. On the Unit Test Framework page, place a checkmark in the Minimum priority checkbox.
  4. Use the Minimum priority control to select a minimum priority.
  5. Click the OK button to close the dialog box and return to the Project Explorer window.
  6. 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.