Skip to content

Smoke Test

Easy — everyone uses thisTesting

ELI5 — The Vibe Check

A smoke test is the most basic sanity check: does the app even start? Does it not immediately crash? It's named after old electronics testing — if you turn it on and smoke comes out, you've failed the smoke test. Modern equivalent: does localhost:3000 load?

Real Talk

Smoke tests are a minimal set of tests that verify the most critical functionality of a system works after a build or deployment. They run fast and catch catastrophic failures early. Passing the smoke test means it's worth running the full test suite.

When You'll Hear This

"Run the smoke tests after deploying to staging before QA starts." / "The smoke test failed — the app crashes on startup, don't bother with anything else."

Made with passive-aggressive love by manoga.digital. Powered by Claude.