Mutation Testing with StrykerJS
steele.blue·84w
Preview
Report Post

Apr 21, 2024

Jessica Codr and I gave a talk at NebraskaJS about StrykerJS:

Stryker is a mutation testing tool - it makes a change to your code, then runs your tests. If everything passes, then your tests aren’t catching bugs you could be introducing over time. Think of it as code coverage, with specific areas to focus on.

In some ways it’s similar to fuzzing: by making large number of pseudo-random changes to a codebase, you can start to get a feel for which parts are solid, and which could use more attention.

As a means to gauge the quality of your tests, I’m not sure why so many folks terminate their assess…

Similar Posts

Loading similar posts...