mutation box testing with example
Example: what is mutation testing
Mutation Testing is a type of Software Testing
that is performed to design new software tests
and also evaluate the quality of already existing
software tests. Mutation testing is related to
modification a program in small ways.
It focuses to help the tester develop effective
tests or locate weaknesses in the test data used for the program.