Second Brain
HomeTableBooksPodcastsNewslettersGraphStatsTagsAuthorsAbout

mutation-testing

(2)

Kill All Mutants! (Intro to Mutation Testing)

by dave-aronson

Code coverage tells you what code runs—mutation testing tells you if your tests would actually catch bugs by deliberately breaking code and checking whether tests fail.

testingmutation-testingcode-qualitytddJan 10, 2026

Stryker Mutator

by simon-de-lang

Code coverage measures what runs, but mutation testing reveals whether your tests actually catch bugs by deliberately breaking code and checking if tests fail.

testingmutation-testingcode-qualityjavascripttypescriptJan 10, 2026
Source