Multiple choice technology testing

Testing which is non-exhaustive and ascertaining that the most crucial functions of a program work, but not bothering with finer details.

  1. Sanity testing

  2. Smoke testing

  3. Regression testing

  4. Acceptance testing

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

Smoke testing performs shallow, non-exhaustive checks that critical functions work before deeper testing. It quickly identifies major failures that would block further testing. Sanity testing (A) targets specific fixes. Regression (C) verifies changes didnt break existing functionality. Acceptance testing (D) validates user requirements. Smoke testings does it basically work approach matches the description.