External Testing Strategy
Learn external services testing strategies with diagrams.
We'll cover the following...
External services testing strategy
Our external-service testing story has two main characters:
-
The client, the part of our application code that uses the external API, either because it needs data accessible via the API or because it’s sending data to the API to be used by somebody else. In either case, we’re dealing with a request and a response, even ...