# Test Plan Structure

A Test Plan in Drizz is composed of modular components that define what to run, where to run it, and how results are aggregated. By separating test cases, execution settings, and reporting into distinct yet interconnected units, Drizz ensures flexible configuration, predictable execution, and unified insights across every run.

### **A Test Plan in Drizz typically contains:**

1. Test Cases – Individual authored tests
2. Execution Settings – Device, platform, run type
3. Reports & Logs – Automatic aggregation post-run

Each component is independent yet designed to work in a cohesive manner.

<br>


---

# 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/test-plan-structure.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.
