Sessions
YOW! Brisbane 2023

Monday Dec 4
15:50 –
16:40
Blue Room

Contract-Driven Development - Turn your API Specification into Executable Contracts

Slides:


Being able to develop, test and easily deploy each of your microservice independently is a key indicator of a successful transition to a microservice style architecture. The challenge arises when a new microservice that interact with your existing system has to undergo comprehensive integration testing before deployment. This slows down the path to production and highlights problems at a much later point in the microservice's lifecycle. Contract Driven Development helps you to shift left and identify compatibility issues earlier in the development life cycle when they are easier to catch and fix.

In this live demo, you would learn:

  • How providers and consumers can use central contract repo to collaborate effectively
  • How to leverage Specmatic to turn API specifications into executable contracts
  • How to independently test and deploy your microservices
Microservices
API