Slide 19
Slide 19 text
robust framework
You have noticed, so far, we are using the “raw” REST Assured usage through
the methods given(), when(), and then().
They are a great start, but it won’t scale as the API and test grow.
One of the possible approaches is to create an abstraction around the main
REST Assured methods, having minimal work using the OpenAPI spec.
eliasnogueira.com