One contract, one client, one way. Let's make full use of OpenAPI!
-
-
40 min
Everyone has probably heard about Api-first approach in software development, but for some reason still few people apply the advantages of this approach in testing. In this talk, I will tell you how you can simplify your tests with the help of OpenApi specification. Java, Python, Typescript, PHP - it absolutely doesn't matter what you write tests in. You will be able to:
- get an http client that adheres to a single contract out of the box;
- generate autotests for the entire API without ChatGPT (the hype will be dispelled).