You can configure the Unit Test Framework Toolkit to generate log files during test execution. Log files contain detailed information about the execution.

You can generate the following log files:

  • Test Status—This log file is a .txt file that contains information about the most recent test execution and results. During execution, LabVIEW logs test names, times of execution, durations of execution, and whether the tests passed (1), failed (0), produced errors (2), or were skipped (3).
    Note LabVIEW uses the information in this log file to determine which tests to execute when you execute tests that have been modified since the last execution. You must generate this log file in order to execute only modified tests.
  • Test Execution—This log file is a .txt file that contains detailed information about the previous test execution(s). During execution, LabVIEW logs the entire execution process, including the test path, VI path, time of execution, running setup and teardown VIs, code coverage measurement, and test cases results. You can use this log file to troubleshoot tests that timed out, produced errors, or did not complete.