wat is mutation testing ?
Answers were Sorted based on User's Feedback
Answer / ajk
A kind of testing in which, the application is tested for
the code that was modified after fixing a particular
bug/defect. It also helps in finding out which code and
which strategy of coding can help in developing the
functionality effectively.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / dims
Mutation means adding known defects in the application.So mutation testing is the testing which checks the effectiveness of the testing.
| Is This Answer Correct ? | 1 Yes | 0 No |
How to write simple test cases?
Write 10 test cases for the condition P=R/I where R and I are integer and P is floating point.
how to write test cases for the Sorting the Group Name, Group Number, Individual Count, Group Count.
Some test case for mambo cms (only basically: graphic, function...) Thanks for answer.
Define Testcase.
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
How many bugs have u found in your project?
What is transaction testing?
What are the Test Cases for an email id for username and password?
how many test cases u write in day while testing yr application.and wat z ur role after u finished testing application plz do reply
150 integration testing scenarios for gmail
There is a game in that there are 20 levels an ordinary person can play it up to 12th level.So if you are a tester and if you have to test that game up to 20th level then how u can test that game.