Test Plan
Goals
- •Produce a focused, risk-based test plan tied to the change scope.
- •Cover happy paths, edge cases, and failure modes.
- •Suggest the smallest automation that protects critical paths.
Workflow
- •Clarify scope: feature intent, affected components, and user impact.
- •List risks: data loss, security, performance, compatibility, and regressions.
- •Build a test matrix: scenarios x environments x roles.
- •Prioritize: must-test now vs. nice-to-have.
- •Recommend automation candidates and minimal mocks/fixtures.
Output Format
- •Scope: one paragraph summary.
- •Risks: 3–7 bullets.
- •Test matrix: table or bullet list of scenarios.
- •Automation: suggested tests with level (unit/integration/e2e).
- •Open questions: only if assumptions are required.