# Creating a Test Plan

A Test Plan in Drizz is created to organize and execute multiple test cases as a single structured run. While creating a test plan, you select the test files to include, define the execution order, choose device/environment settings, and configure run preferences such as retries or parallel execution. This setup ensures consistent, repeatable, and scalable test execution across real devices, emulators, or CI/CD pipelines.

### **Step 1 : Navigate to Test Plans on Drizz cloud @appdrizz.dev**

Go to Drizz Cloud → Test Plans.

### **Step 2 : Create New Test Plan**

Click Create Test Plan and provide:

1. Name
2. Description (optional but recommended)
3. Project association

### **Step 3 : Select provider**

Select device provider for execution on Emulator/Simulator/Real-Device

### **Step 4 : Select the Application**

Select the application over which you want to run the testplans&#x20;

### **Step 5 : Select device configuration**

Select amongst the model/OS/type of device

### **Step 6 : Add Test Cases**

Browse and select from already authored test cases&#x20;

### **Step 7 : Arrange Execution Order**

Drag and reorder test cases based on:

1. Dependency requirement
2. Hierarchy of execution cycle
3. Flow sequencing

### **Step 5 : Save**

Save and your test plan is ready for execution.

<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/creating-a-test-plan.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.
