Which of these is fault base testing technique?
2022
Which of these is fault base testing technique?
- A.
Stress testing
- B.
Unit testing
- C.
Beta testing
- D.
Mutation testing
Attempted by 162 students.
Show answer & explanation
Correct answer: D
Mutation Testing is a fault-based testing technique where deliberate faults (mutations) are injected into the program to evaluate whether existing test cases can detect them.
It measures test suite effectiveness by checking the ability to “kill” mutants, ensuring robust fault detection capability.