What is mutation testing

Answers were Sorted based on User's Feedback



What is mutation testing..

Answer / guest

A method whereby purposely inserted erros into a
programming code under test to verify that the detect the
defect. It is also known as error seeding.

comments please......

Is This Answer Correct ?    5 Yes 1 No

What is mutation testing..

Answer / nitin verma

Hi,
In the mutation testing we create the mutants(duplicate
copy) and then we test on the mutants and finds whether any
difference is there between the mutants and the original
program after the test.

Plz comment if i m wrong......

nitin9360@yahoo.com

Is This Answer Correct ?    5 Yes 1 No

What is mutation testing..

Answer / ashok reddy

suneel your wrong, the correct answer is given by Guest

Is This Answer Correct ?    3 Yes 1 No

What is mutation testing..

Answer / jeekarthik

oh!!!! Kewl the topic now entered into Debugging!!!! :-)

After the initial testing is complete, mutation testing is
taken up. The idea behind mutation testing is to make a few
arbitrary small changes to a program at a time, each
time the program is changed it is called a mutated program;
the change is called a mutant.

A mutated program tested against the full test suite of the
program. If there at least one test case in the test suite
for which a mutant gives an incorrect result, then the
mutant is said to be dead.

If a mutant remains alive even after all test cases have
been exhausted, the test suite is enhanced to kill the
mutant.

The process of generation and killing of mutants can be
automated by predefining a set of primitive changes that
can be applied to the program.

The primitive changes can be:
? Altering an arithmetic operator,
? Changing the value of a constant,
? Changing a data type, etc.

A major disadvantage of mutation testing:
? computationally very expensive,
? A large number of possible mutants can be generated.

Valid?????? :-)

Is This Answer Correct ?    3 Yes 1 No

What is mutation testing..

Answer / ch.s.m.prasad,kkd

Mutation means a known change in a program. during this
testing developers will check whether all modules are
participating or not while executing the program.

Is This Answer Correct ?    2 Yes 0 No

What is mutation testing..

Answer / ashok reddy

Poonam,
I think lot of diff is there between debugging and mutation.
i deffinetely consider you and suneel suggetions, today i
will discurse with my team and i will let you know.
Thanks,
Ashok

Is This Answer Correct ?    1 Yes 0 No

What is mutation testing..

Answer / rajesh.veggalam

Mutation test means a change in your program programmers
are perform changes in tested programs to estimate
completeness and correctness of the program testing

Is This Answer Correct ?    1 Yes 0 No

What is mutation testing..

Answer / sreenivasu

Mutation means a change in a program. Programmers are
performing changes in programs to estimate correctness of
testing coverage.

For eg: one test passed, then apply certain change in that
particular program and test it... if the result is failed
then we can say it as a mutation testing i.e a change
should affect the result ..

Is This Answer Correct ?    2 Yes 1 No

What is mutation testing..

Answer / bali

straight,Purposefully introducing the bug in the
application and checking the the variation in the expected
result. this is Mutation testing or bebugging, No
confusions.

Just remember we are intentionally introducing the bug......

Is This Answer Correct ?    1 Yes 0 No

What is mutation testing..

Answer / logu

Mutation testing means introduse the new bug and clear that
bug and testing the application

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

If i have 1o mandatory fields like Id, Name, DOB, DOJ, DOD, Client, location, Recruiter name, Skill, Rate with save and clear buttons Then how many test cases i need to write and what is the best way of process(Just no of possibilities or we need go for probability ) to complete the test cases?

2 Answers  


can anyone send me the test cases apart from an bank application form?

1 Answers  


What is the purpose of a test completion criterion? What is the purpose of a test completion criterion? a) to know when a specific test has finished its execution b) to ensure that the test case specification is complete c) to set the criteria used in generating test inputs d) to determine when to stop testing

0 Answers   Nucleus Software,


What is an error?

0 Answers  


HI Frnds Can u send the openings on 3+ Exp in ManulaTesting in CHennai

0 Answers  






How we test an ERP products? and wat approach we will fallows and wat r the tools avaliable for ERP testing?

2 Answers   Midas Technologies,


what is meant by Pre-Conditions that we include in Test Cases? Can anyone provide those for this Website?

2 Answers  


In the place of button developer use image, during the tab movements image(button) is not highlighted is it bug or not?

6 Answers  


What is the difference between Functional requirement and business requirements?

2 Answers   Covansys,


In V-model both testing and development done simultaneosly,we know that.But how can you say that both happen parallely.how is it related in real time?This question has been asked to me today only.Can any one please help me on this?

2 Answers   Aditya Birla,


How to derive test requirements from SRS?

3 Answers   Covansys,


How do u test the application without any documents?

4 Answers  


Categories