26-08-2021
Frits van Campen
When writing Components for a web application you're going to have to deal with asynchronousness. If you're writing a custom hook to load data you will want to make sure it behaves as intended. This article covers some things we've learned about testing asynchronousness in React.
javascript TypeScript React tests EN
20 min.
Lees verder
Developer
22-06-2021
Dennis Claassens
There are a whole lot of best practices out there, but when looking at how to test controlled components I was a bit stumped. There seem to be four major “routes” which I would like to cover in this blog post.
React frontend tests EN
6 min.
18-07-2019
Arnout Boks
Recently I spent an afternoon experimenting with mutation testing in PHP. In this post I would like to share the background, the main idea of mutation testing, and the lessons I've learned from it.
php phpunit tests quality learning EN
8 min.
21-06-2018
Learning to test and learning a full-featured testing framework at the same time can be hard. Let's make the learning curve for testing more gentle using a simple test format that does not require extra infrastructure.
PHP learning tests quality phpunit EN
7 min.