Answers for "what is mutation testing"

2

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.
Posted by: Guest on January-31-2021

Browse Popular Code Answers by Language