Smoke and Sanity testing - MCQs
Smoke and Sanity testing - MCQs
1.Smoke and sanity testing are same. True or false. a) True
b) False
View Answer / Hide AnswerANSWER: b) False
Comment: Smoke testing is conducted to ensure whether the most crucial functions of a program are working while sanity testing determine a small section of the application is still working after a minor change.
2.Which testing is performed first? a) Smoke
b) Sanity
c) Depending upon project one can selected first for execution
d) Simultaneously
View Answer / Hide AnswerANSWER: a) Smoke
Comment: Smoke testing is conducted first to ensue stability of a build
3. What type of testing is deep and narrow?a) Smoke
b) Sanity
View Answer / Hide AnswerANSWER: b) Sanity
Comment: Sanity testing is deep and narrow because it determines only one functionality in detail
4. What type of testing is broad and shallow?a) Smoke
b) Sanity
View Answer / Hide AnswerANSWER: a) Smoke
Comment: Smoke testing is broad and shallow because it determines all the functionalities not in too detail but just to check if they are working before continuing with execution of test suit.