Slide 20
Slide 20 text
Final considerations
●
High test coverage means almost NOTHING. Low test coverage is a smell...
●
Mutation testing: only for isolated tests (aka “unit tests”): tests which are fast
(FIRST)
●
Start with the basic mutators
●
Depending on the complexity and size of the code, it can be very time/resource
consuming, watch out!! (combinatorial explosion)
○
In Pitest you can activate “incremental analysis” (experimental feature)