Blog

Learning new (automation) skills

This blog post was published earlier in my (now defunct) weekly newsletter on January 3, 2023. In this blog post, I wanted to share with you my views on and experiences with different ways to learn new skills. The examples...

Writing tests with Robot Framework - part 1 - Getting started

In this series of blog posts, I want to go through some of the features of Robot Framework, an open source test automation library that I think it still underappreciated. Step by step, we’ll build a robust, readable and maintainable...

2022 - A year in review

As I do every year just before the holidays, in this post I’m taking some time to reflect on what the year has brought me professionally, as well as write down some of my plans for 2023. 2022 saw two...

(De-)serializing JSON and XML in RestAssured.Net

In a series of (short) blog posts, I would like to share with you some examples of how to use RestAssured.Net for writing tests for RESTful and GraphQL APIs. Getting started and basic examples Parameterized tests (De-)serialization (this blog post)...

Parameterizing tests in RestAssured.Net

In a series of (short) blog posts, I would like to share with you some examples of how to use RestAssured.Net for writing tests for RESTful and GraphQL APIs. Getting started and basic examples Parameterized tests (this blog post) (De-)serialization...