Daily Term: Smoke Testing
Smoke Testing
Smoke Testing is a preliminary test to verify the basic functionality of a system, ensuring it’s stable enough for further testing. For example, after deploying a web app, a smoke test might check if the homepage loads and a user can log in. Smoke testing catches major issues early, often as part of a CI pipeline, but it’s not exhaustive and focuses only on critical features, requiring deeper testing for full validation.
Date: 2025-10-20