> For the complete documentation index, see [llms.txt](https://docs.aqua-cloud.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aqua-cloud.io/documentation/de-documentation/elemente/anforderungsmanagement/anforderungsabdeckung.md).

# Anforderungsabdeckung

Anforderungsabdeckung bezieht sich auf das Maß, in dem die Anforderungen eines Projekts oder Systems durch Tests abgedeckt werden. Sie misst die Wirksamkeit des Testprozesses, um sicherzustellen, dass alle festgelegten Anforderungen getestet und validiert wurden.

In aqua wird der Status **Anforderungsabdeckung** angezeigt, sobald mindestens ein Testfall oder Testszenario als Abhängigkeit zu der Anforderung hinzugefügt wurde.\
\
Um zu überprüfen, welche Anforderungen oder Unteranforderungen von einem Testfall oder Testszenario abgedeckt werden, müssen Sie den Tab ‚Anforderungen‘ öffnen.

<figure><img src="/files/SPEXMJ6GJRAEXmXsSx7z" alt=""><figcaption><p>Ansicht mit den Anforderungen aktivieren</p></figcaption></figure>

Wählen Sie dann auf der rechten Seite „Ansicht“ aus.

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

Wählen Sie 'Anforderungsabdeckung' aus dem Spaltenauswahl-Popup aus und ziehen Sie es in das Anforderungsgitter.

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

Bewegen Sie den Mauszeiger über die Spalte **Anforderungsabdeckung** und klicken Sie auf das Symbol **Filter**. Wenn das Status-Dropdown-Menü erscheint, wählen Sie den Wert aus, mit dem Sie die Elemente im Elementbrowser filtern möchten.<br>

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

Wenn Sie Ihre Anforderungen im Elementbrowser nach dem Status der **Anforderungsabdeckung** gruppieren möchten, klicken Sie mit der rechten Maustaste auf die Spalte 'Anforderungsabdeckung' und wählen Sie 'Nach dieser Spalte gruppieren' aus dem Kontextmenü. Die Elemente werden zwischen den Gruppen 'Abgedeckt' und 'Nicht abgedeckt' aufgeteilt.\ <br>

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

Um Anforderungen anzuzeigen, die einer bestimmten Gruppe zugeordnet sind, wählen Sie einfach die entsprechende Gruppe aus, um das Set zu erweitern, und klicken Sie erneut, um es zu reduzieren.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.aqua-cloud.io/documentation/de-documentation/elemente/anforderungsmanagement/anforderungsabdeckung.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
