what is mutation testing ? when we are using this type of
testing?
Answer Posted / swetcha
mutations r introduced into a program to test the adequacy
of the test data.A mutation is a SMALL CHANGE made to the
program.The effects of that data should be made up in some
tests.If it doesnot ,the test set is probably inadeqate.
and this type of testing is called mutation
testing...also called as bebugging
The person who is changing the code by adding mutations
should see how the code works.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain me what is testng and why is it better than junit?
How is Jmeter tool very useful in projects when it does not have features like online monitoring,WAN emulation,caching like other performance tools.
suggest me the free online books on software testing?
Do you know how to verify if the checkbox/radio is checked or not?
List down the primary features of a good automation tool?
Give some examples for defect management tools?
Tell us how to select a value in a dropdown?
Can you tell some good coding practices while automation?
What type of scenarios can't be automated?
What is a framework and what are the frameworks available in rc?
How would you test your own element locator?
What is ‘good code’? What is ‘good design’?
List out some of the automation tools which could be integrated with selenium to achieve continuous testing.
can anyone suggest me any low cost tool that can support both Manual and Automation testing ?
Tell me how a text written in a text field could be cleared?