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