How to Automatically Build API Contract Tests with Dynamic Testing

Hello again :wave:,

I wanted to share another test generator with you all. This one will look at your Open API Spec, create a series of contract tests based on the defined schema, and hit your API to validate requests and responses.

It takes away the need to spend a bunch of time validating contracts. We now can do it automatically!

Note, this is also what I will be speaking about at Postman Galaxy in February if you want to tune in!

Take a peek:

6 Likes

image

2 Likes