Automation Automation Recipes Deserializing API Responses Into Java Records Here is a recipe for deserializing API responses into the new Java construct: Record, and using it for easier verification....Here is a recipe for deseriali... Read More July 27, 2021 18 7
Automation Verifying Entire API Responses Most people do a pretty lazy job of testing APIs. In my ABCs of APIs workshop, I ask people to manually test an API. When looking at a response, they typically glance at it, and maybe carefully review some of the key fields. Same goes...Most people do a pretty lazy j... Read More June 24, 2019 27 19