Blog

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

On treating your test code like production code

“You should treat your test code like you treat your production code” Hardly a week goes by without someone saying this. In a talk, in a blog post, on LinkedIn, wherever. And I agree. You should treat your test code...

Introducing RestAssured.Net

As you might know, I am a fan of the REST Assured library for Java, most notably for the ease with which you can use it to write readable yet powerful tests for HTTP-based APIs. Also, ever since I worked...