InterviewSolution
Saved Bookmarks
| 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 |
|