# 5.3.2 Purposes, Contents, and Audiences for Test Reports

The purpose of test reporting is to summarize and communicate test activity information, both during and at the end of a test activity (e.g., a test level). The test report prepared during a test activity may be referred to as a test progress report, while a test report prepared at the end of a test activity may be referred to as a test summary report.&#x20;

During test monitoring and control, the test manager regularly issues test progress reports for stakeholders. In addition to content common to test progress reports and test summary reports, typical test progress reports may also include:&#x20;

* The status of the test activities and progress against the test plan&#x20;
* Factors impeding progress&#x20;
* Testing planned for the next reporting period
* The quality of the test object&#x20;

When exit criteria are reached, the test manager issues the test summary report. This report provides a summary of the testing performed, based on the latest test progress report and any other relevant information.&#x20;

Typical test summary reports may include:&#x20;

* Summary of testing performed&#x20;
* Information on what occurred during a test period&#x20;
* Deviations from plan, including deviations in schedule, duration, or effort of test activities&#x20;
* Status of testing and product quality with respect to the exit criteria or definition of done&#x20;
* Factors that have blocked or continue to block progress&#x20;
* Metrics of defects, test cases, test coverage, activity progress, and resource consumption. (e.g., as described in 5.3.1)&#x20;
* Residual risks (see section 5.5)&#x20;
* Reusable test work products produced&#x20;

The contents of a test report will vary depending on the project, the organizational requirements, and the software development lifecycle. For example, a complex project with many stakeholders or a regulated project may require more detailed and rigorous reporting than a quick software update. As another example, in Agile development, test progress reporting may be incorporated into task boards, defect summaries, and burndown charts, which may be discussed during a daily stand-up meeting (see ISTQBCTFL- AT).&#x20;

In addition to tailoring test reports based on the context of the project, test reports should be tailored based on the report’s audience. The type and amount of information that should be included for a technical audience or a test team may be different from what would be included in an executive summary report. In the first case, detailed information on defect types and trends may be important. In the latter case, a high-level report (e.g., a status summary of defects by priority, budget, schedule, and test conditions passed/failed/not tested) may be more appropriate.&#x20;

ISO standard (ISO/IEC/IEEE 29119-3) refers to two types of test reports, test progress reports and test completion reports (called test summary reports in this syllabus), and contains structures and examples for each type.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://magdalenaolak.gitbook.io/istqb-foundation-level/5-test-management/5.3-test-monitoring-and-control/5.3.2-purposes-contents-and-audiences-for-test-reports.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
