Smoke Testing vs Sanity Testing: What's the Difference?
Smoke testing checks whether a new build is stable enough to test. Sanity testing checks whether a specific fix or change works as expected. Both are quick validation techniques, but they happen at different stages for different reasons. The easiest way to tell them apart: if you just deployed a new build and want to know if core features are still standing, that’s a smoke test.