Sanity Testing Vs Smoke Testing
May 31, 2023 ⚊ 1 Min read ⚊ Views 72 ⚊ TECHNOLOGYSanity Test vs Smoke Test is a simple test that can be done to verify the correctness of a code. Sanity testing is done to verify that the bugs reported earlier are fixed after the build has been done while Smoke testing is done to verify basic functionalities of the system. Sanity testing is not documented while smoke testing can be documented and can also be scripted. Smoke testing is carried out to verify the stability of the system while Sanity test vs Smoke test is done to verify the correctness of the system.
Tags: sanity testing vs smoke testing