Blog

Getting started with JavaScript testing using Jasmine

New project, new environment, new tools to explore! I just started working as a freelance test engineer on a new project involving some of Holland’s most visited job sites. An environment where a lot of PHP and JavaScript is used,...

On shaping my career in test automation

No in-depth technical post from me this week, but rather something that has been on my mind for a while. It’s still very much test automation-related, though. I’ve been in the testing and test automation field for the last ten...

Three things everybody should know about test automation

This article was originally published on LinkedIn Pulse. Read the full article here. With ever shorter development and release cycles and a need to continuously deliver high quality software in an increasingly competitive market, fast feedback on software quality has...

Running your tests in a specific order

General consensus within the test automation community is that your automated tests should be able to run independently. That is, tests should be runnable in any given order and the result of a test should not depend on the outcome...