Which of the following testing methods uses fault simulation technique?
2013
Which of the following testing methods uses fault simulation technique?
- A.
unit testing
- B.
beta testing
- C.
stress testing
- D.
mutation testing
Attempted by 72 students.
Show answer & explanation
Correct answer: D
Mutation testing is the correct answer because it explicitly uses fault simulation techniques. This method involves introducing artificial faults into the code to evaluate how effective the test suite is at detecting these changes. Unlike unit, beta, or stress testing, mutation testing specifically focuses on simulating faults to verify test coverage.