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...............
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ram
It is a type of testing in which one will perform testing on
some thing by doing some changes to it.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is 'Context Driven Testing' in Agile Method?
Hi all, I want to give ISTQB foundation level this july '08. PLease give me any question papers, syallabus, pateern type, books which u all have.. How long does one need to prepare. If you all have any data send it to karthis4u@gmail.com 9986667831
in v model of software testing which processes comes under QA and which processes comes under QC?And what is verification and validation please anwer these question i realy very confused
Hi, Please can anyone tell me the difference between writing test cases & test scenarios? What all should be included while writing a test scenario?
How Google apps can be considered ? Either they are product or Project
How do you train another QA engineer?
Difference between Defect Removal efficiency and Defect containment effectiveness
My Nokia is 3806 CMDA. It is always heat and the battery is down.Why is it happening ?
what is cyclomatic complexity ?
When to start qa in a project?
If every alternative letter starting from B of the English alphabet is written in small letter, rest all are written in capital letters, how the month "September" be written. (1) SeptEMbEr (2) SEpTeMBEr (3) SeptembeR (4) SepteMber (5) None of the above.
Will automated testing tools make testing easier?