what is mutation testing ? when we are using this type of
testing?
Answers were Sorted based on User's Feedback
mutations r introduced into a program to test the adequacy
of the test data.A mutation is a SMALL CHANGE made to the
program.The effects of that data should be made up in some
tests.If it doesnot ,the test set is probably inadeqate.
and this type of testing is called mutation
testing...also called as bebugging
The person who is changing the code by adding mutations
should see how the code works.
| Is This Answer Correct ? | 2 Yes | 0 No |
Mutation testing is performed as part of Unit Testing. In
this testing phase, programmers will perform some change in
the coding and execute previously completed tests. If all
the tests are passed, then he will concentrates on the
same. If any one of the test is failed then he will
concentrate on the further coding.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / anand kumar
Mutaion means a change.
While u r doing unit testing u'l prerpare some unit
testcases and test the program. After that to estimate the
testing u have conducted u'll introduce some mutations
(changes) in ur program/unit and repeat the same tests then
few test should give wrong results as u use the same data
and test procedure then it shows the completeness of ur
test cases for ur unit test. if ur test passes even after
making these mutations meens u r not test all flows of ur
program which implies that ur test casae r not completely
tests the unit.
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the types of testing we cannot do, by using automation tools
What are the main attributes of test automation?
What is tree view in automation testing?
What are the main attributes of test automation?
What is the major difference between Functional test, Acceptance test, Usability test and performance test. With special reference to automotive domain
Tell us can we find all links on a web page?
Do you support automated testing? Why?
How you will evaluate the tool for test automation?
Hi Can anyone tell me the site wherefrom I can Install latest version of QTP on my PC?
hi i m runing a login script using multiple data by importing from excel sheet, now i want to get a status pass or fail each time the script run for multiple data?? so anyone can help me out?
Can you achieve 100% automation?
HOW CAN WINRUNNER AND TEST DIRECTOR CONNECTED TO THE DATABASE AND WHAT R THE OPTIONS?