Skip to main content

27 posts tagged with "stryker-js"

View All Tags

Stryker weekend

· 2 min read
Simon de Lang
Stryker Team

During the last weekend of January we spent a weekend with ten students from the HAN University and University of Twente developing valuable features for Stryker!

Introduction to mutation testing

· 5 min read
Simon de Lang
Stryker Team

Writing unit tests can be hard. Even for an easy example such as a calculator app. There are unlimited combinations of inputs for a calculator and you're not going to test every single one. So when are you done testing?

Happy new Stryker!

· 3 min read
Nico Jansen
Stryker Team

2017 - The year to invest into test quality

Up until now, when you were writing unit tests, you were actually investing in code quality. Catching bugs early by continuously exercising your code with unit tests and keeping your stakeholders happy by presenting them with a code coverage number of 85% or higher. But does code coverage tell the entire story? Are your tests actually able to detect bugs? How do you test your tests? That's the problem mutation testing sets out to solve.