Multiple choice technology testing

From the below given choices, which one is the ‘Confidence testing’

  1. Sanity testing

  2. System testing

  3. Smoke testing

  4. Regression testing

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

Smoke testing (also called confidence testing) is the initial testing done to verify that the most crucial functions work. If the smoke test passes, you have confidence the build is stable enough for further testing. Sanity testing focuses on specific defect fixes, not initial confidence.