What is Mutation Testing?

Answers were Sorted based on User's Feedback



What is Mutation Testing?..

Answer / nitin verma

Hi,
In the Mutation testing we create a copy of the original
program that is called as mutant,and we do some changes in
the mutant program and run it with the test cases.After
going through the test cases if the change is being detect
by the test sace then it is called as a 'Killed Mutant' and
if the change did not detect by the test cases then it is
called as 'Equivalent Mutant'. This process is expensive.

Plz correct me if i m wrong....
Thnks n Regards..
Nitin Verma
nitin9360@gmail.com

Is This Answer Correct ?    3 Yes 0 No

What is Mutation Testing?..

Answer / narendra

Mutation testing is done to find the coverage of testcases.
Some mutants will be inserted in the code, then the
negative test cases will be failed.

Plz correct me if i'm wrong

Is This Answer Correct ?    0 Yes 0 No

What is Mutation Testing?..

Answer / shashi

Mutation testing means testing the test cases.
ie testing the effectiveness of the testcases in finding the
error.

Is This Answer Correct ?    0 Yes 0 No

What is Mutation Testing?..

Answer / kris

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.
---------------------------------------------
Mutation Testing is a fault-based testing technique
Measure the effectiveness of test cases
Assumption: a program will be well tested if all simple
faults are detected and removed

Simple faults are introduced into the program by creating a
set of faulty version, called MUTANTS

A mutant P’ is a program that is similar to the program P
being tested
It differs from P only by a mutation (mutant operators)
Mutant operators example: Istruction delete, Change of a
constant value, Change of a variable

Test cases are used to execute these mutants with the goal
of causing each mutant P’ to produce incorrect output
If P’ produce different results from P, running the same
test case T  Mutant killed

Is This Answer Correct ?    0 Yes 0 No

What is Mutation Testing?..

Answer / suvarna

When a major changes occurred in the coding due to the
change requirement by the customer is called mutation
testing.

Is This Answer Correct ?    0 Yes 0 No

What is Mutation Testing?..

Answer / prabha

Testing the quality of the automation script by purposefully
introducing a defect into the application

Is This Answer Correct ?    0 Yes 0 No

What is Mutation Testing?..

Answer / hari s sankar

Mutation testing (sometimes also called mutation analysis)
is a method of software testing, which involves modifying
program's source code in small ways

Is This Answer Correct ?    0 Yes 0 No

What is Mutation Testing?..

Answer / sudhakar8

Monkey testing:-monkey testing is a testing that runs with
no specific test in mind. The monkey in this case is the
producer of any input data (whether that be file data, or
input device data).
Keep pressing some keys randomly and check whether the
software fails or not.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More QA Concepts Interview Questions

can u explain what is concurrancy in testing

3 Answers   Sapient,


What are estimations? How do you estimate?

3 Answers  


Life for QA & job oppurtunity ?

2 Answers  


How to write the test cases for the Date Format like dd/mm/yyyy?

6 Answers   Suma Soft,


What is the exact different between QA and QC?

9 Answers  






1. What is the difference between a bug and a defect 2. What is the difference between retesting and regression testing 3. Explain bug life cycle

2 Answers   Relq,


How validation activities should be conducted?

0 Answers  


Explain the types of documents in software quality assurance?

0 Answers  


what is Test senario?

3 Answers  


i have a dout in sevirorty and priority and answer me this question There are 5 bugs A,B,C,D,E In this first two bugs A,B are minor bugs C,D,E are major bugs .From A,B bugs u got those major bug C,D,E then how u will give sevirorty and priority

2 Answers  


Hi I have found a web site of online shopping (www.safetots.co.uk).PLEASE write possible "Test scenario" by seeing that site.Please make the end of mine and others doubt in Test scenario.Thanks in advance.

0 Answers   Mobinil,


Why we do load and performance testing?

0 Answers  


Categories