wat is mutation testing
Answers were Sorted based on User's Feedback
Answer / pune tester
That's right, Srikar!!
Adding to it..
With mutation testing, the system/program under test is
changed to create a faulty version called a mutant. You
then run the mutant program through a suite of test cases,
which should produce new test case failures. If no new
failures appear, the test suite most likely does not
exercise the code path containing the mutated code, which
means the program isn't fully tested. You can then create
new test cases that do exercise the mutant code.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / nitin verma
Hi,
In mutation testing we create a duplicate copy of the code
that is called as mutant and do some changes in the codes in
the mutant copy and then we test and check weather the
changes are been detected or not and whether it is creating
any effect on the original copy of the code or not.If the
changes are being detected then it is called as killed mutant.
Plz correct me if i m wrong..
Nitin Verma
nitin9360@gmail.com
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / srikar.k
forcbly injecting bug and testing the functionaliy
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / prasanna
This is one of the White Box Testing Technique . Generaly
programmer are following this tehnique to test the change
in the programme t estimate the correctness & completeness
of the programme.
for example
1. if all tests passed in the programme that is good
programme.
2. If all tests passed but in the programe some change is
there .don't say passed. this is not a good teting
3. in alltests passed except change test failed. this is
the complete testing.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / lokesh chauhan
Mutation testing also called mutation analysis is a method
of software testing, which involves modifying program's
source code in small ways. These, so-called mutations, are
based on well-defined mutation operators that either mimic
typical user mistakes (such as using the wrong operator or
variable name) or force the creation of valuable tests. The
purpose is to help the tester develop effective tests or
locate weaknesses in the test data used for the program or
in sections of the code that are seldom or never accessed
during execution.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mfsi_priyankaa
In software testing we intentionally introduce some bugs in
the code and test whether that bugs are detected or
not..This is called Mutation Testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
tell me 5 new requirements in ur project? plz urgent
How will you prepare Test plan. What are the techniques involved in preparing the Test plan.
plz can anyone tell me about agile in real time
if my documents (SRS &FRS) having erros(does not meets) the requirements in that situation,which document i should take to write the testcases?(othere wise which steps i should take? Thanks In Advance
anybody having idea about mobile testing materials
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.
What is integration level testing?
I am planning to write certification exam ISTQB on 19t of sep i have no idea on testing can you help me with material,frequently asked quetions and how much time it takes to prepare certification exam
What is error guessing?
20 Answers ABC, Thatavarti Technologies,
thet asked me explain about testplan& format of it ?how can i get documents about testplan documnets if any one have plz send to me ?
What is meant by the bug state "Reproduce"
Can you explain tpa analysis?