# Execution Recordings

Drizz automatically generates full execution recordings for every Test Plan run. Each recording captures the exact sequence of UI actions, transitions, and system responses, enabling precise playback of the executed flow.

#### **Benefits of Execution Recording**

1. **Accurate Visual RCA**\
   Instantly pinpoint failures through frame-by-frame replay of the UI state at the moment of error.
2. **Debug Without Reproduction**\
   Engineers can diagnose issues directly from the recording, eliminating the need to manually rerun scenarios.
3. **Accelerated Triage During Regression**\
   Recordings streamline defect validation, failure clustering, and comparison across runs and environments.
4. **Cross-Team Reviewability**\
   QA, engineering, and product teams can review the same visual evidence, ensuring aligned understanding of issues.
5. **Ideal for Distributed Teams & Compliance Audits**\
   Provides verifiable, shareable execution artifacts for remote collaboration and audit-grade traceability.

> Recordings, screenshots, and execution logs can be downloaded from the Actions section of each test attempt.


---

# 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.drizz.dev/test-plan/execution-recordings.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.
