Executing All Tests Associated with a LabVIEW Class

Complete the following steps to execute all tests associated with a LabVIEW class.
Note LabVIEW executes all tests associated with the LabVIEW class library you select and all tests in the project that are assigned to VIs in the LabVIEW class library.
  1. Open the LabVIEW project that contains the files on which you want to perform unit testing.
  2. Right-click a LabVIEW class library file (.lvclass) and select Unit Tests»Run from the shortcut menu.
    Note You can execute tests on classes that inherit from another LabVIEW class. Right-click the parent class library file and select Unit Tests»Run Including Children from the shortcut menu. LabVIEW executes all tests associated with the parent class and all tests associated with the children classes.