Testing swagger contracts without Contract based testing (Alexey Styagaylo, Ukraine) [RU]

Link to the slides: Contract based testing is one of the main microservices testing solutions, but it has several restrictions: need deep knowledge about microservice, used frameworks and program language. In my talk, I will show how our team checking differences between Swagger/OpenAPI specs, generate json schemas from swagger json files and comparing json schema and real response.
Back to Top