What is Mutation Testing?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
what sort of things what u put in Bug Report ?
What is the Capability Maturity Model (CMM)? At what CMM level were the last few companies you worked?
What is agile testing and what is the importance of agile testing?
What is the Difference between 2-tier and 3 tier applications... Anybody can explain in detail... Thanks in advance
My Nokia is 3806 CMDA. It is always heat and the battery is down.Why is it happening ?
How do you know when your code has met specifications?
Formal Testing?
What the first thing You’ll do as a SQA Tester if I hired You?
what is testdata ??
Dear all I need an advice about sqa field last year i have completed my graduation in computer engineering and i have just started my career as Software engineer in QA field and working in a software company. The problem is that I am very confused about my career in this field because I want to know that how much it's necessary that the programming concepts and the programming should be strong if the person is working as a sqa engineer if i talk about myself i can create logic with respect to programming but for me it's very difficult to implement my logic in form of code and is programming field has strong scope over sqa field and as a sqa engineer what will be my prestige in front of programmers. I want to know what appourtinutes i will get in this field after some period of time and what will be the next step(desigination)in that field.Kindly reply Regards
Can anybody help me what is the diff between CMM,SEI,PCMM and six sigma?
Case Study:-Given a standard calculator with the basic functionality of addition,substration,multiplication and division-write the test case to test this and tell how did it take to write the above test case and how ling would it take to execute them?