Multiple choice technology testing

Which of the following testing is done in order to check if the application is working properly without failing and ready for further major testing.

  1. System Testing

  2. Smoke Testing

  3. Sanity Testing

  4. Performance Testing

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Smoke Testing (also called build verification testing) is performed to verify that the most critical functions of an application work properly without failing, ensuring the build is stable enough for further detailed testing. It acts as a preliminary check to decide whether to proceed with more comprehensive testing. Sanity Testing is similar but focuses on a specific functional area after a regression.