Running Tests in the IDE

The Micro Focus Unit Testing window is where you run your test cases, and where you can view the results of completed test runs. You can run:

If you run all test cases, you can run them with Code Coverage, which colorizes the code execution in the source code for projects that have Code Coverage enabled in the project's properties. A report is also produced, indicating the percentage of the application that is executed. Code Coverage can also be run independently of the Micro Focus Unit Testing Framework; see Code Coverage (Native COBOL) for more information.

The Test Results pane shows an overview of the test run, breaking it down into the number of passed, failed, and skipped tests; it also displays any output messages when individual test cases are selected.