This topic helps you understand C/C++test reports.

Introduction

For testing performed from the GUI, C/C++test generates comprehensive reports that cover results for all team members and link to individual developer when appropriate.

For testing performed from the command line, C/C++test can produce two types of reports:

The content of reports may vary, depending on the analysis type and report configuration (see Configuring Report Settings for details). This topic covers sections that are most common in C/C++test reports.

Comprehensive Reports

Header

The header shows the name of the test configuration used for the C/C++test run and the times stamp of the run.

Static Analysis Section

Test Generation Section

An overview of test generation results for the tested project(s). It shows the number of checked files, generated test files, and new test cases, as well as the total test case generation time.

Test Execution Section

Developer Reports

Developer reports cover results associated with a given developer. They focus on recommended tasks to help the developer prioritize the tasks they need to address. Typically, they consist of the following sections:

Test Execution Details Report

You can generate an additional Test Execution Details report linked to your regular report. Click Generate Report after the test completes (see Generating the Report). The link to the Test Execution Details report will be available in the Test Execution Details column included in the Additional Reports section at the bottom of main report.

image2018-6-19_14-56-3.png

The HTML report uses relative link paths that will remain intact if you move the reports to another location.

The Test Execution Details report contains information about:

image2018-6-19_14-46-35.png

image2018-6-19_14-46-49.png

See Generating Reports for information how to enable generating the Test Execution Details report.