Software Engineering KB

Home

❯

06 Development Process

❯

01 Testing

❯

01 Concept

❯

Mutation Testing

Mutation Testing

Feb 10, 20261 min read

  • testing
  • mutation-testing

Mutation Testing

← Back to Advanced Testing Techniques

Modify code to verify tests catch bugs. Mutation testing introduces small changes (mutations) to the code and checks whether the test suite detects them. Surviving mutants indicate gaps in test coverage. Tools include PIT (Java) and Stryker (JS).

Key Properties

  • Mutant Generation
  • Mutation Score
  • Coverage Gap Detection

Related

  • Code Coverage (mutation testing is stronger)

testing mutation-testing


Graph View

  • Mutation Testing
  • Key Properties
  • Related

Backlinks

  • Advanced Testing Techniques
  • Code Coverage

Created with Quartz v4.5.2 © 2026

  • GitHub