Custom Search

Friday, October 3, 2008

What is mutation testing?

Answer1: Mutation Testing is a method for determining if a set of test data or test cases is useful, by deliberately introducing various code changes(bugs) and retesting with the original test data/cases to determine if the ‘bugs’ are detected. Proper implementation requires large computational resources

Answer2: Testing done on the application where bugs are purposely added to it.

No comments: