1.

What Is Mutation Testing & When Can It Be Done?

Answer»

Mutation testing is a performed to find out the defect in the PROGRAM. It is performed to find put bugs in specific module or component of the application. Mutation testing is based on two assumptions:

COMPETENT programmer hypothesis: according this hypothesis we suppose that program write the correct CODE of the program.

Coupling effect: according to this effect collection of different SET of test DATA can also find large and complex bugs.

Mutation testing is a performed to find out the defect in the program. It is performed to find put bugs in specific module or component of the application. Mutation testing is based on two assumptions:

Competent programmer hypothesis: according this hypothesis we suppose that program write the correct code of the program.

Coupling effect: according to this effect collection of different set of test data can also find large and complex bugs.



Discussion

No Comment Found