14 · Shipping & Collaboration
Integration Test
Multi-piece automated check
A test that exercises several components together—API plus database, or service plus queue—without necessarily driving a full browser UI.
Concrete example
Posting to `/api/orders` and asserting a row appears in Postgres is an integration test.
Why it matters
The middle ground between fast unit tests and heavy E2E suites.