Software Testing

(5) Test Selection II

What are mutation operators?

Mutations that change certain aspects of the code, e.g.:
  • replace == with an =, !=, or <
  • replace public declarations with private
  • etc.
in order to check the quality of a test suite -> does it detected those faults aka. the mutations we inserted in the code

Diskussion