• Home
  • Events
  • Jobs
  • Imprint
  • About
  • Twitter
  • Source
HC labs

Tech Blog

Posts

Two questions every unit test should answer

We should write tests to prevent defects from happening. That is one of the key roles tests play. But not everyone knows there is more to writing tests...

Jacek Smolak in Testing 5 minutes

user-image

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...

Jacek Smolak in Testing 5 minutes

user-image

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...

Jacek Smolak in Testing 11 minutes

user-image

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...

Jacek Smolak in Testing 15 minutes

user-image

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...

Stefan Lau in Javascript 10 minutes

user-image

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...

Wolfram Kriesing in Event 6 minutes

user-image