Term Meaning
E2E Full browser + real (or stubbed) network; tests user-visible paths.
Smoke Minimal checks that the build runs and critical UI appears.
Regression Re-run after fixes to prevent bugs from returning.
Negative testing Assert something does not happen until the right moment (e.g. no error).
Route interception Replace server responses to test UI without a real backend.
Layout / viewport Assert geometry or responsive behavior.
Acceptance Behavior matches product intent (often tied to tickets).

concepts

web apps