I’m working on the eBaymag project, which is mostly built around various API interactions: eBay API, Google Translate API, DHL API, and so on. I solve different sophisticated problems based on unexpected API behavior on a daily basis.
So I want to introduce a contract-based testing framework that aims to get rid of unexpected behavior of your app. I’ll share the tools and approaches to minimize the risks of dependence on external system APIs.