Read this if you don't like TDD
Recently I saw a video titled "TDD for those who don't need it". It was plain and obvious. But then it struck me, as I realized that there...Migrating from Galen to Backstop
Visual regression testing has recently started gaining popularity- and for good reason. At its most basic, it’s a series of tests that run through your site, take...
Testing code that isn't there yet
It’s relatively easy to test a piece of code that is already there. Stub dependencies, check calls, returned values. Voilà, there you have it. But what about a...
Property-based testing in JavaScript
As developers we are always looking for new ways to ensure that our code works as we would expected. One way to achieve this, which is not as...
CoP Testing #2 - Structuring Tests
At HolidayCheck we are doing “Communities of Practice” for various things. The one I started, is the “CoP Testing”, which cares about all things around testing. Since...