From the below given choices, which one is the ‘Confidence testing’
-
Sanity testing
-
System testing
-
Smoke testing
-
Regression testing
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.