Regression Testing

Use when planning or writing a behaviour-first regression safety net BEFORE a major change — a Java/JDK version upgrade, a framework migration (e.g. Spring Boot 2→3, AngularJS→React), a runtime change, or a large refactor. Prioritises tests that validate observable external behaviour (API contracts, E2E flows, pure business logic) so the suite survives the change boundary, and provides a decision-gated, per-unit test-generation workflow. Triggers on regression test, pre-upgrade test, test strategy, safety net, behaviour parity, API contract test, test prioritisation, what to test before upgrade. For the mechanics of writing web/UI E2E tests, also use the web-test-automation skill.

aws-samples 1091bf9 2 files · 16.3 KB Updated

File contents

aws-samples/sample-ramp-aidlc-mod-starter-packs/tree/main/framework-upgrade-containerise/skills/regression-testing commit 1091bf95fb

Frequently asked questions

npx skillmds@latest add aws-samples/regression-testing