Programming Concepts Question:

Explain what are mutants and explain mutation testing?

Programming Concepts Interview Question
Programming Concepts Interview Question

Answer:

A mutated program is called Mutant and Mutation testing is based up on seeding the Implementation with a Fault by applying mutation Operator and determining whether Testing Identify this fault is called Mutation testing


Previous QuestionNext Question
Tell me why constructors does not supports visual functions?What is race around condition?