| 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). |
Postman - HTTP client for API building + testing
Browser Automation Tools
Cursor BugBot
ESLint, Biome
TypeSafety
tRPC, Prisma ORM
CRDs
test execution on CI/CD pipeline
cluster env