> 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/fehlermanagement/fehler-aus-einer-testausfuhrung-erstellen.md).

# Fehler aus einer Testausführung erstellen

Beim Ausführen eines manuellen Testfalls können Sie einen neuen Defekt erstellen, indem Sie auf die Schaltfläche „Neuer Fehler“ im Menüband klicken. Sie können auch auf den Hinweis klicken, der Sie auffordert, einen Fehler zu erstellen, sobald Sie den Schritt als blockiert oder fehlgeschlagen markieren.

<figure><img src="/files/TeriYGxLep200KSyBVjF" alt=""><figcaption><p>Testausführungsseite</p></figcaption></figure>

Ein neuer Tab wird geöffnet, und Sie können Ihren Fehler dokumentieren und speichern. Die Informationen aus der Ausführung werden automatisch übertragen und der Testfall sowie die Ausführung sind über eine Abhängigkeit mit dem Fehler verknüpft.

Zusätzlich werden Informationen aus Auswahlfeldern mit gemeinsamen Wertesätzen ebenfalls übertragen, sofern diese im Testfall und im Fehler gleich benannt sind.

<figure><img src="/files/0beL11SAdR2TGJBWx3cy" alt=""><figcaption><p>Defekt, der durch eine Testausführung erstellt wurde</p></figcaption></figure>

Nach dem Speichern des Fehlers wird das Element als Abhängigkeit mit einer Beziehung vom Typ "entdeckt durch" hinzugefügt und mit der entsprechenden Testausführung verknüpft, in der er gefunden wurde.

Später, wenn Sie den Fehler erneut testen müssen, können Sie auf der Registerkarte "Fehler" einen Fehler auswählen und im Kontextmenü "Finde abhängige" => "Testfälle" auswählen.

<figure><img src="/files/UElzmUjFZdEcFlpYcEQp" alt=""><figcaption><p>Abhängige finden</p></figcaption></figure>

Und es wird Ihnen die Testfälle anzeigen, die Sie erneut ausführen müssen.

<figure><img src="/files/nmfzyYsffmAwgtA03mzU" alt=""><figcaption><p>Ansicht der Testfälle in Abhängigkeit vom ausgewählten Defekt</p></figcaption></figure>


---

# 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/fehlermanagement/fehler-aus-einer-testausfuhrung-erstellen.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.
