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 |
Is it necessary to test application in lower versions of OS when you have tested in latest version
What is the deference between regression testing and re-testing?
write 3 test cases on railway reservation system
difference between manual testing and blackbox testing
can any one send me the ans for this,what are different types of test scenarios?
why we use sql server in webapplication
If Client has given the requirement such that " (1)Items are sorted alphabetically (2)Apply Shortcut keys " Then Tester have to write test cases for that also or not?
List 5 major test cases for Lift
write 3 test cases on MSWORD
what is the difference between automated testing n manual testing? which one is better?
How will confirm the Test Cases are passed?
Is system testing part of Functional testing or functional testing part of system testing?