Which of the following testing methods uses fault simulation technique?

2013

Which of the following testing methods uses fault simulation technique?

  1. A.

    unit testing

  2. B.

    beta testing

  3. C.

    stress testing

  4. 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.

Explore the full course: Isro