Programming Concepts Question:
Explain what are mutants and explain mutation testing?
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 Question | Next Question |
Tell me why constructors does not supports visual functions? | What is race around condition? |