GopherCon 2022: Aparna Chaudhari - Test Go Service Integration Using Contracts

Testing integrations for microservices can be very challenging, often requiring costly and brittle test environments. This tutorial will walk you through how CrowdStrike uses Contract Testing for their Go HTTP/Message services to test integration asynchronously and seamlessly without code deployments.
Back to Top