AlienTechSol interview question

What is smoke testing.

Interview Answer

Anonymous

Feb 18, 2018

Smoke Testing is performed after software build to find out that the critical functionalities of the program is working fine. It is performed “before” any detailed functional or regression testing on the software build. The purpose of this testing is to discard any broken application, so that the QA team does involve and waste time in installing and testing the software application.