Better API Testing – A Boxing Match
APIs are interfaces. It’s in their name. Interfaces in software allow to decouple the “what” from the “how”. The function from the implementation. API testing should reflect that, right? For example, when a user calls a REST request like this, for getting the user’s details: They don’t care what’s the Read more…