I’ll kick things off.
Endpoints: 15
Tests: 15
We’re actually still developing the API so we don’t have much going on.
I’ll kick things off.
Endpoints: 15
Tests: 15
We’re actually still developing the API so we don’t have much going on.
Ooo, this is a fun game!
For one of my APIs, we have 9 endpoints and we execute 1942 assertions against them. These assertions test component governance, schema validation, security, and contract verification.
But here’s what makes that even more awesome: we didn’t write any of those tests. All requests and assertions are generated directly from the OAS definition of the API. As we add more endpoints, tests are automatically generated and exhaustively run against the new endpoint.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.