Google News
logo
Software Testing - Quiz(MCQ)
Which of the following testing is refers to as a fault-based testing technique?
A)
Unit testing
B)
Beta testing
C)
Stress testing
D)
Mutation testing

Correct Answer :   Mutation testing


Explanation : Mutation testing is a fault-based testing technique where we insert errors purposely into a program (under test) to verify whether the existing test case can detect the error or not. In this testing, the program's mutant is created by making some modifications to the original program.

Advertisement