Which of these is fault base testing technique?
2022
Which of these is fault base testing technique?
Answer: D. Mutation testing — Mutation Testing is a fault-based testing technique where deliberate faults (mutations) are injected into the program to evaluate whether existing test cases…
- A.
Stress testing
- B.
Unit testing
- C.
Beta testing
- D.
Mutation testing
Attempted by 492 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.
Loading lesson…