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 |
Hi I m working as a sqa engineer and after 1 yr i want to switch to system analyst side kindly tell me how both fields relate each other and is this easy to switch job from qa to system analyst and what's the difference b/w both fields.
Web 2.0 Style Software Testing Management System- any suggestions? I'm looking out for a Web2.0 based software with features which makes test management easy. The feature I expect to see are; dashboards, live updating, reporting and communication system.
How you will begin to improve the QA process?
How do you collect the metric?
What is Crystal Reports ?
What actually a SQA Tester do in His/ Her first (entry level) Job?
What is application binary interface (abi)?
what is requirements review process? Can anyone please explain me? Thanks, Prasanna
Explain cmm?
Who in the company is responsible for Quality?
Why did you ever become involved in QA/testing?
find the odd man out in below testing techniques. a.loadtesting b.stress testing c.recovery testing d.integration testing also tell me why?