# Test Coverage

During [test plan](/general/api-testing1/test-plan.md) execution, Loadmill generates comprehensive test coverage reports. These reports provide insights into the specific plan run, including the number of APIs covered. Users can also select multiple services to view test coverage for each service within a single plan, enhancing overall testing efficiency. Loadmill allows users to specify the service for API mapping during test plan execution. This feature ensures accurate representation of APIs within different service environments, facilitating targeted testing efforts.

<figure><img src="/files/OVcYCoO8m2dWuPjcPN5B" alt=""><figcaption><p>An example of Test-Plan coverage report</p></figcaption></figure>


---

# 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://docs.loadmill.com/reporting/api-catalog-and-coverage/test-coverage.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.
