Multiple choice technology testing

What is Smoke testing?

  1. A collection of tests that are performed to decide whether it is possible to proceed with further testing.

  2. A collection of tests that are performed to decide whether it is reasonable to proceed with further testing.

  3. Build Validation test

  4. Testing done by end users

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

Smoke testing is a quick, initial suite of tests run on a new build to determine if the software is stable enough to proceed with further, more detailed testing. Distractors like end-user testing refer to acceptance testing, while the distinction between possible and reasonable is minor.