InterviewSolution
Saved Bookmarks
| 1. |
What Is Mutation Testing? |
|
Answer» Mutation testing is a technique to identify if a set of TEST data or test CASE is useful by intentionally introducing various code changes (bugs) and retesting with original test data/ CASES to DETERMINE if the bugs are detected. Mutation testing is a technique to identify if a set of test data or test case is useful by intentionally introducing various code changes (bugs) and retesting with original test data/ cases to determine if the bugs are detected. |
|