What is mutation testing

Answers were Sorted based on User's Feedback



What is mutation testing..

Answer / ghouse

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. In short,
any tests which pass after code has been mutated are
considered defective.

Is This Answer Correct ?    1 Yes 0 No

What is mutation testing..

Answer / divya

Testing each and every line of a code is called mutation testing or it is also called as white box testing.

Is This Answer Correct ?    1 Yes 0 No

What is mutation testing..

Answer / suneel reddy

The answer which is given by Guest is called Defect
Injection Not Mutation Testing

Ok na Ashok Reddy

Is This Answer Correct ?    1 Yes 1 No

What is mutation testing..

Answer / tushar

A testing methodology in which two or more program mutations
are executed using the same test cases to evaluate the
ability of the test cases to detect differences in the
mutations.

or

A method whereby errors are purposely inserted into a
program under test to verify that the test can detect the
error. Also known as error seeding.

or

A method to determine test set thoroughness by measuring the
extent to which a test set can discriminate the program from
slight variants of the program. Non-intrusive Testing:
Testing that is transparent to the software under test; ie,
testing that does not change the timing or processing
characteristics of the software under test from its behavior
in a real environment. ...

Is This Answer Correct ?    1 Yes 1 No

What is mutation testing..

Answer / jaggu

More information is available at
http://en.wikipedia.org/wiki/Mutation_testing

Is This Answer Correct ?    1 Yes 1 No

What is mutation testing..

Answer / ashok

Mutation Testing means a complex change in a program used
to estimate Test Coverage of a Program.

Is This Answer Correct ?    1 Yes 1 No

What is mutation testing..

Answer / vnk, testing engineer

Mutation Testing is nothing but testing the program by
changing the Logic.


VNK
Testing Engineer.,

Is This Answer Correct ?    1 Yes 1 No

What is mutation testing..

Answer / sujit

Mutation testing is the process by which 2 or more program
mutations are executed with the same set of testcases, in
order to determine the ability of the test cases to find
differences in the mutations if any.

Is This Answer Correct ?    0 Yes 0 No

What is mutation testing..

Answer / shwetali

mutation testing is done to verify the changes in application with & without bug(bug is intentionally introduced)

Is This Answer Correct ?    0 Yes 0 No

What is mutation testing..

Answer / poonam

it means that purposely u introduce bugs & it is also known
as bebugging.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Manual Testing Interview Questions

What is acid testing? In which scenario we can use acid testing

0 Answers  


What are the different ways of doing black box testing?

0 Answers  


write test case for atm ?

1 Answers  


what is the difference b/n DPD(Defect profile document) and DRD(Defect Report document).

1 Answers   Zensar,


For each bug I have to take a screen shot or For those only which are difficult to explained?

4 Answers  






what is the difference between Test strategy and test plan?

1 Answers   Crea,


What is performance tuning? What are tools of performance testing?

0 Answers  


if i report 2 bugs & those are fixed by dev. I have done re-testing of those bugs & got fine (closed) Ques is: If dev fixed above said bugs by adding one line code and tester has done re-testing. if there is any new bug occur due to that 1 line code. How u will find & what tester will do. what is the answer of this situation?????

7 Answers  


if bug is found & we will know the main Resion for that bug Arrise 1 - Corrective & Prevention Action 2 - Risk ana 3 - Root Cause analysis 4 - Impact analysis

5 Answers   NIIT,


Which methodologies, Technologies are fallowed in your company?

3 Answers  


how do i write perfect test case for functional testing

2 Answers  


What is the exact difference between retesting & regression testing? Please advise in detail

7 Answers   IonIdea,


Categories