This page walks through creating a suite from scratch, adding test cases, configuring execution mode, and running it for the first time. https://www.youtube.com/watch?v=b1jU5EefytYDocumentation Index
Fetch the complete documentation index at: https://quashbugs.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Step 1 — Create the suite
SCREENSHOT
- Click Suites in the left navigation panel.
- Click + New Suite in the top right.
- Click the name field at the top of the new suite and give it a descriptive name.
| Good | Poor |
|---|---|
| ”Checkout Flow — Regression" | "Suite 3" |
| "Login & Auth — Smoke" | "Tests" |
| "Onboarding — Sprint 24 full coverage" | "Onboarding tests new" |
| "Payment — Edge Cases" | "Payment” |
Step 2 — Add test cases
Click Import Test Cases in the center of the screen. The Add Test Cases modal opens with two tabs.From your library (recommended)
.png)- Click the Test Cases tab.
- Search by name, or filter by priority, type, or tag.
- Check the boxes next to the cases you want.
- Click + Add to Suite.
Write a new one on the spot
.png)- Click the Manual tab.
- Fill in the name, instruction, expected result, priority, and type.
- Click + Create & Add.
Step 3 — Organise into groups (optional)
If your suite has more than six or seven cases, groups help with readability and navigation. Click + Add Group and give it a name. Drag test cases into the group, or assign them during the Add Test Cases flow. Groups are visual only — they do not affect execution order or mode.Step 4 — Set execution mode
.png) Use the Sequential / Isolated toggle in the top right of the suite view. Sequential — cases run in order, sharing state. Use for connected flows. Isolated — cases run independently, can run in parallel. Use for self-contained tests. If you are not sure, choose Isolated. You can switch at any time without affecting the test cases themselves. → Full explanation: Sequential vs. IsolatedStep 5 — Run the suite
- Click Run All.
- Select the device or devices to run on from the device picker.
- For Isolated suites, you can select multiple devices — Quash distributes cases across them automatically.
- For Sequential suites, select one device — cases must run in order on the same device.
- Click Confirm.