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