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 |
hi, can any one tell me which book is simple to learn (technical words)in testing ?
what is agile testing?
When we do white-box Testing? At wat stage it is done? I said it is done by Developers(but interviewer dint get satisfied? Answer me!!!!!!!!!
How would you determine the performance of a web application by looking at the values of ?Response Time? and ?Pages Per Second??
10.What is stub?
How to write negative testcase?
Explain Alpha Testing and Beta Testing
from where do u collect test data if u miss some data what will happen
Which are the major bugs u found while testing an aplication?
what is ISTQB and CSTE which one is the right choice ? plz let me know and it would be a great advantage for many tester
what is an inconsistent bug? how to resolve this kind of bugs?
Can you explain the importance of PII in SCAMPI?