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 |
difference between qa and qc?
what is JUNIT
What is test oracle in testing? Why it is using? What is the advantage when a test oracle is used?
Suppose the company is not an ISO certified company, but is there is any possiblity for to get CMM level-5 ? If yes what r the process to be taken?
What are the attributes of a good software qa engineer?
Why is it often hard for management to get serious about quality assurance?
Test plan & test strategy are same..? or they are seprately prepared...?Please clarify
How do you perform integration testing?
How to download QTP 9.5 Trail version? please explain the complete process?
How u r estimating the budget 4 the project?
What's the role of documentation in QA
What is Severity and Priority and who will decide what?