Complete the following steps to specify a test priority for a test.
  1. Open the LabVIEW project that contains the files on which you want to perform unit testing.
  2. Double-click a .lvtest file or right-click the .lvtest file and select Properties from the shortcut menu to display the Test Properties dialog box.
  3. On the Configuration page, use the Test Priority control to select a priority for this test.
  4. Click the OK button to close the dialog box and return to the Project Explorer window.
  5. Select File»Save to save the project.

The next time you execute tests by priority, LabVIEW executes only tests with an equal or higher priority than the Minimum priority you specified on the Unit Test Framework page of the Project Properties dialog box.