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 are the reason for assigning the status Postponed and differed to a bug? Pls tell me with exampless

2 Answers  


Hi Friends.... anyone know who is giving coaching for CSTE exam in bangalore....pls inform me that would be helpful for me...Thankx in advance.

2 Answers  


How client/server application is complex?

1 Answers   IBM,


What is the difference between Use case and Test Scenario? Explain the Architecture of u r project?

1 Answers   CSS,


Who gives Real-Timing Training in software Testing & Automation Testing in chennai?

2 Answers  






If I want to do a version testing then how can I do it? Is there any difference between 1.0 & 1.0.0.0 version?

1 Answers  


PLEASE ANSWER THIS Q? HOW TO DEFINE DEFECT DENCITY ?

7 Answers   CFCI,


what are the differences between stub abd the driver ?

5 Answers   CA, IIST,


Suppose you testing Calculator application and you got problems like 1/1=2, 2/2=1, 3/3=6, 4/4=1, 5/5=10. Now how will you describe the bug title as well as give the bug description.

12 Answers   Manhattan,


Suppose You are a Test Lead in your company. The dead line of project is next week.But the product have only 50 percent defect free.How you handle this situation?

7 Answers   HBS,


what is static and dynamic testing.

8 Answers   TCS,


3. what's the difference between the smoke and sanity testing. 4.Who test the sanity and who test the smoke testing? why?

7 Answers  


Categories