what is mutation testing? when it is use in the phase?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
How to test when the web application expired time (cookies,sessions testing) in real time
what is non incremental integration testing?
What is the difference between web based application and client server application?
what is black box testing, and what are the methods for BBT plz explain it
what is the output of this query selet * from employee where 1=2
What u have choosed testing as your career whyn't developer? Give me some answers.Thank u
when will tester do the smoke testing?
what are the key challenges of testing?
which basic priority u used in ur project?
How many days need to test one module?If any one know the answer please tell me?
why you want to be a software tester ? why you choose a testing field?
What is ERP.Give a simple description about that.