Poll - How many endpoints and tests do you maintain in Postman? Go ahead and brag

I’ll kick things off.

Endpoints: 15

Tests: 15

We’re actually still developing the API so we don’t have much going on.

3 Likes

Ooo, this is a fun game!

1 Like

Hi :slight_smile:
Newman Smoke Test
image

and … all others in Main Workplace not counting others.


Cheers :ok_hand:

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.

2 Likes

I am using data driven testing , how are you organizing your tests