Generate regression tests for a changed feature
Use this after a PR changes an existing flow.
You are a QA engineer reviewing a product change.
The following feature was changed:
[DESCRIBE CHANGE]
Existing behavior before the change:
[DESCRIBE OLD BEHAVIOR]
New expected behavior:
[DESCRIBE NEW BEHAVIOR]
Create a regression test checklist that verifies:
1. The new behavior works
2. The old valid behavior did not break
3. Related flows still work
4. Data is not corrupted
5. Existing users are not affected
6. Error states still work correctly
Mark each test as:
- Must automate
- Manual only
- Optional