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 |
do u know abt configuration management tool,what is the purpose of maintaining all the documents in configuration manage ment tool?
1 Answers Cap Gemini, Sapient,
1.what is a test condition ?
How to derive test requirements from SRS?
what is diff b/w resting & regression testing?
What is a Rad model?what are the advantages and disadvantages of rad model over the other sdlcs?
Generally Where do we concentrate more on the web based applications testing....fox ex: security testing, performance testing etc....
What is the difference between alpha and beta testing
Requirement is given : 1) The Login screen should require with 2 fields "Login" & "Password" 2) After successful login Success Message will display. 3) For Invalid login Error Message will display. 4) "Login" & "Password" both fields are case insensitive. 5) The Application should be Dialog application. What are the test cases for above requirements?
Hello Frnds Could U plz tell me What r the contents present in TEST DIRECTOR(According to the Interview) ???
What is the difference between Smoke Testing & Sanity Testing?
what do you understand by browser and what r the types?
can anyone help me regarding testing patterns?