Home »
MCQs »
Software Testing MCQs
Does a ____ test consist of inserting errors into a program purposely to see if an existing test case will detect them?
78. Does a ____ test consist of inserting errors into a program purposely to see if an existing test case will detect them?
- Mutation
- Spike
- Volume
Answer: A) Mutation
Explanation:
A mutation test consists of inserting errors into a program purposely to see if an existing test case will detect them.