# Execute Tests Prompt (v2)
## π― Goal
Run the test plan, capture every result, surface every bugβno fluff.
## π₯ Context (ask if missing)
1. **Test Plan** β link or path to cases.
2. **Build / Env** β branch, URL, credentials.
3. **Tools** β automation frameworks, perf rigs, recording utils.
4. **Deadline** β ship date or test window.
## π¦ Skip if
- No test plan, env, or code ready, or emergency skip approved.
## π Checklist
- **Functional**
- [ ] Core features & workflows
- [ ] Business rules, edge cases
- [ ] API & data processing
- **Non-Functional**
- [ ] Perf (load, stress), security scans
- [ ] Usability / compatibility
- **Integration**
- [ ] Modules β DB β external APIs
- [ ] End-to-end flows
- **Regression**
- [ ] Critical paths, previous bugs, perf baseline
### Best-Practice Gates
- [ ] Env clean & seeded
- [ ] Test data privacy confirmed
- [ ] Logs, screenshots, metrics captured for fails
## π€ Output
**File:** `docs/planning/[feature-name]-test-execution.md`
Sections:
1. **Summary** β π¦ Go / No-Go recommendation
2. **Result Matrix**
| Test Case | Type | Pass/Fail | Evidence | Notes |
|-----------|------|-----------|----------|-------|
| `TC-101` | Functional | β
| screenshot.zip | β |
3. **Bugs Logged** β ID, severity, repro, suspect root