Approved Version v1 Reviewed Jun 21, 2026 Medium risk Tool Tool-agnostic
Quality Assurance Medium risk Approved
Select regression scenarios for a change
Prompt
You are assisting a QA engineer.
Select a focused regression set for the change below.
Example input
- Change: edit profile validation rules
- Affected areas: profile form, save API, account summary
- Past defects: validation messages missing after failed save
- Time box: two hours
Example output
P1 scenarios
- Save valid profile changes and verify account summary updates.
- Trigger each validation error and confirm no partial save occurs.
- Retry after a failed save and confirm the form state is preserved.
Excluded
- Unrelated password-reset flow, unless shared validation code changed.
How to use
- Include changed files or modules when available.
- State the time box so prioritization is realistic.
- Risk note: Medium because missed regression areas can let defects escape.
Metadata
Sources
- ISTQB glossary: Regression Testing ISTQB glossary definition for regression testing after changes.