# Requirements coverage

Requirement coverage refers to the extent to which the requirements of a project or system are addressed by testing. It measures the effectiveness of the testing process in ensuring that all specified requirements have been tested and validated.

In aqua, the **Requirement Coverage** status appears when at least one test case or test scenario has been added to the requirement as a Dependency.&#x20;

When you want to check what requirements or subrequirements covered by a test case or test scenario, you need to open the ‘Requirements’ tab. &#x20;

<figure><img src="/files/SOob39yHo0KRlkvL4Oaw" alt=""><figcaption></figcaption></figure>

Then on the right-hand side, choose ‘View’.&#x20;

<figure><img src="/files/DvFCRKzhgxaDdJMbBYbS" alt=""><figcaption></figcaption></figure>

&#x20;Select 'Requirement coverage' from the column selection pop-up and drag it to the requirements grid.

<figure><img src="/files/er8CpYRdLPCTXcKWFt9X" alt=""><figcaption><p>Selecting the 'Requirement Coverage' column</p></figcaption></figure>

Hover over the **Requirement Coverage** column and click the **Filter** icon. When the status dropdown appears, select the value by which you want to filter the items in the grid.

<figure><img src="/files/WdH2Fym7nWs76ezYKEtZ" alt=""><figcaption><p>Filtering by the column 'Requirement Coverage'</p></figcaption></figure>

If you want to group your requirements on the grid by a **Requirement Coverage** status, right-click on the 'Requirement Coverage' column and select 'Group by this column' from the shortcut menu. The items will be split between the 'Covered' and 'Not Covered' groups.

<figure><img src="/files/hsKYni7Uzsks1qAxejRV" alt=""><figcaption><p>Grouping by the column 'Requirement Coverage'</p></figcaption></figure>

To view requirements that fall into a particular group, simply select the appropriate group to expand the set, and click again to collapse it.


---

# 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.aqua-cloud.io/documentation/items/requirements-management/requirements-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.
