Tech Mahindra interview question

smoke and sanity difference

Interview Answer

Anonymous

27 Feb 2020

Smoke testing means to verify (basic) that the implementations done in a build are working fine. Sanity testing means to verify the newly added functionalities, bugs etc. are working fine. This is the first testing on the initial build.

1