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 |
Types of reviews and explain them????
Why we use Excell sheet not the Microsoft Word to write test cases and all? Why ?
Hi this is satish from bangalore I wanted to take up my ISTQB Foundation level Certification can any one help me out with the date of test..
1.Difference between System Testing and UAT 2.Difference between Load, Stress, Volume and Performance Testing. 3.Difference Between Integration testing and System Testing 4.Difference between Bug and Defect 5.Difference between Use Case and Test Case 6.Difference between Test Plan and Test Strategy 7.Difference between Test Scenario and Test Case 8.Difference between SRS and FRS 9.What are the difference b/w client & server? 10.explain test case template? 11.explain test plan template? 12.explain testing process? 13.explain bug report template? 14.what is scenario? 15.what is criteria?What are test entry and test exit criteria? 16.what is test strategy? 17.what is baseline? 18.what is hotfix? 19.what is Inspection,Walkthrough,Review,Audits 20.what is Stress Testing,Volume Testing,Sanity Testing 21.what is QA and QC? 22.Explain V-Model and Stages? What is Adv And DisAdv? 23.What is Boundary Value Analysis? 24.What is Equivalence Partitioning? 25.What is Error Guessing ? 26.What is Cause Effect Graphing techniques? 27.What is Bug , Defect and Error? 28.How will you report the bug? 29.What are the different test deliverables? Which deliverable we need to submit at the end of testing? 30.What methodologies have you used to develop test cases? 31.How you will close the defect? 32.What is meant by the bug state "Reproduce"? 33.What is change request?How do you handle change requests ? 34.what type of documents do u prepare during testing? 35.what are the testing methodologies? 36.What is release notes? 37.what is Response Time? 38.What report u generate after completing testing? 39.What is Test Bed? 40.Example for a bug having high severity and low priority? 41.Give me examples for high priority and low severity defects?
Actually by using severity u should know which one u need to solve so what is the need of priority?
HOw to test website manually? Is it any criteria to test ?
what is the difference between quality assurence and quality control
how to reduce bugs in e-learning projects? for reducing bugs which type of SDLC we have to use
What is Test harness?
test cases for Insurance Processing System ?
what is statergy?
Is compatabilitytestig and port testing are same