what is mutation testing ? when we are using this type of
testing?
Answer Posted / 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 |
Post New Answer View All Answers
Describe some problem that you had with automating testing tool.
Could any one share scripts... where we can Parameterize radio buttons and Check boxes in Rational Robot.
How to decide the tool that one should use for automation testing in their projects?
How do you identify the test cases which are suitable for automation?
How software testing is handled?
1.Which functinalities of QTP using in onlinebanking system? 2.in lift which kind of testing you perform? 3.how do you test money is transform from one account to another account in online banking?
what is aom and how to add object repository? i am very new to QTP please help me
what is the difference between Batch test runner and framework ?
Tell me an example of the languages supported by webdriver?
Can the activities of test case design be automated?
What is a ‘test plan’? What is a ‘test case’?
Tell me what databases can test director reside on?
what is the advantage and dis-advantages of using framework ?
What is the difference between continue and next sentence?
Please explain what is the difference between findelement () and findelements ()?