I went through 2,400 of our team's API test assertions last month. 91% of them fall into three categories.*
That number surprised me.
Not because it was low.
Because it was so high.
I expected to find dozens of assertion patterns:
I went through 2,400 of our team's API test assertions last month. 91% of them fall into three...
I went through 2,400 of our team's API test assertions last month. 91% of them fall into three categories.*
That number surprised me.
Not because it was low.
Because it was so high.
I expected to find dozens of assertion patterns:

Most API test suites are decorative. They're green, they run on every build, and they check almost...

I've written a lot of API tests over the years, and the ones that stuck with me weren't the ones...

As backend architectures shift increasingly toward microservices, validating the communication...

You know this feeling. A test passes locally, fails in CI, you rerun it, it passes again. Somewhere a...

Abstract When developing a REST API, proving that the system works under ideal conditions (the "happy...

Every time I want to teach someone API testing, I hit the same wall: there's nothing decent to test...