what is mutation testing? when it is use in the phase?

Answers were Sorted based on User's Feedback



what is mutation testing? when it is use in the phase?..

Answer / indhu

mutation testing is the testing to test quality of the test
suite.this is done by mutuating some statements in the
source code and checking if ur test code is able to find
errors.

Is This Answer Correct ?    7 Yes 1 No

what is mutation testing? when it is use in the phase?..

Answer / ravi chaitanya reddy.k

Mutation Testing means a complex change in coding. It means
make a change in coding and run the test if all tests are
passed in that changing area then the test is failed. If
some of the tests are failed in that changing area then the
test is passing. This type of testing is called Mutation
testing. This testing is done in Unit testing.

Is This Answer Correct ?    6 Yes 1 No

what is mutation testing? when it is use in the phase?..

Answer / mfsi_priyankaa

Mutation testing is one way that you can test those tests.
Mutation testing involves deliberately altering a program’s
code, then re-running a suite of valid unit tests against
the mutated program. A good unit test will detect the
change in the program and fail accordingly.

Is This Answer Correct ?    2 Yes 0 No

what is mutation testing? when it is use in the phase?..

Answer / kavya

it is the process of wantedly injucting d defects to d
testers,they properly teste to application

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

What are the different types of integration testing?

0 Answers   Tech Mahindra,


14.What is function point breakdown?

0 Answers   Hewitt,


Who design the test case templates?

5 Answers   IBM,


what is the difference between pre UAT testing and UAT testing

7 Answers   Accenture, Deloitte,


what are all requirements need for create gmail login page

4 Answers   Mphasis,






What is the difference between windows application and Client server application ?

3 Answers   IBM, MMT,


Wht is the Test Driver used in Integration Testing. Anybody can expalin in Detail. Thanks in advance.

6 Answers   TCS,


why we need quality assurance?

1 Answers  


can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?

0 Answers  


How many scripts u use to run daily?

1 Answers   HCL,


tell me about low severity & low priority bug?

3 Answers  


in database testing, which are the things u used?

2 Answers  


Categories