What is Mutation Testing? Is it white box or black box
testing.
This is what I think about mutation testing..It is the
testing done after the code has been modified in an
application( after geting defect complain from clients)with
the same test cases and same old test data...

Please correct me If I am wrong...............

Answer Posted / rohan

Mutation testing (or Mutation analysis or Program mutation) is a method of software testing, which involves modifying programs' source code or byte code in small ways.[1] In short, any tests which pass after code has been mutated are considered defective. These so-called mutations, are based on well-defined mutation operators that either mimic typical programming errors (such as using the wrong operator or variable name) or force the creation of valuable tests (such as driving each expression to zero). The purpose is to help the tester develop effective tests or locate weaknesses in the test data used for the program or in sections of the code that are seldom or never accessed during execution.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How would you ensure that your testing is complete and has good coverage?

670


What if the project is not big enough to justify extensive testing?

583


What is the difference between black box and white box testing?

611


What test strategy followed in your project?

1736


1.what ia QA and QC? 2.how do you configure qtp and testdirector? 3.IN Online banking syatem project Which functionalities of QTP your using? 4.how do you test the money transform from one account to another account?

2091






What is the difference between Outsourced Testing and Crowdsourced Testing

324


We have one home page for a web application.It has so many components which are being tested by different teams. If one component testing get delayed but all other components testing is done, can we sign off testing for that home page? If no, what should be done?

1240


Differentiate ad-hoc testing and exploratory testing?

565


List out various tools required to support testing during development of the application?

576


What is the most critical bug you found in your latest project or overall in your career ?

5593


Any Automation tool in the market to help quality test team members communicate with each other? While server startup or restart Which Will inform each member .

1476


How do you deal with environments that are hostile to quality change efforts?

3666


Kindly tell me some good websites from where I can study about sqa and testing(advance and new material)

1606


What do you understand by ‘test effectiveness’ and ‘test efficiency’?

577


can u share your though about test leakage matrix with template?

1310