Complete the following steps to specify the number of times to repeat 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 to display the Test Properties dialog box.
  3. Select Advanced from the Category list to display the Advanced page.
  4. Use the Repetitions control to specify the number of times LabVIEW repeats this test.
  5. Click the OK button to close the dialog box and return to the Project Explorer window.
  6. Select File»Save to save the project.
The next time you execute this test, LabVIEW runs the VI under test the number of times you specified. Test results show the results of each repetition.