Blog

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

Getting started with 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 (this blog post) Parameterized tests (De-)serialization...