1.

______________ is a technique to identify whether a set of test data is useful by intentionally introducing various code changes (bugs).(a) Unit Testing(b) Stress Testing(c) Load Testing(d) Mutation TestingThis question was posed to me during a job interview.This intriguing question comes from Jetty as an Embedded Server topic in chapter Coarse-grained Testing with Stubs of JUnit

Answer»

Correct OPTION is (d) Mutation Testing

Easiest EXPLANATION: Mutation testing involves retesting with ORIGINAL TEST data to determine if the bugs are detected.



Discussion

No Comment Found

Related InterviewSolutions