logo logo
Consumer Driven Contract Testing [Webinar Recording]

Consumer Driven Contract Testing [Webinar Recording]

In the previous blog posts of this series, we gave an introduction to consumer-driven contract testing, writing contract tests using Pact JS, Pact Java, and Spring Cloud Contract,...

Integrating Contract Testing in Build Pipelines

Integrating Consumer Contract Testing in Build Pipelines

In the previous articles, we discussed how we can use Pact for consumer-driven testing using JavaScript, Java and Spring Cloud. In this chapter, we will look into Consumer Driven...

Event Driven Architecture: How to Perform Contract Testing in Kafka/PubSub

Event Driven Architecture: How to Perform Contract Testing...

In the previous article, we discussed how to use the Spring Cloud Contract to write contract testing. In this article, we will look at how to do contract testing in the Event...

Consumer Driven Contract Testing Using Pact Java

Consumer-Driven Contract Testing using Pact Java

In the previous article we discussed how we can use Pact for consumer-driven testing using JavaScript. In this chapter, we will look at how we can use Pact for consumer-driven...

Consumer-Driven Contract Testing using Spring Cloud Contract

Consumer-Driven Contract Testing using Spring Cloud Contract

Spring Cloud Contract is an umbrella project that holds solutions to help users implement contract tests. It has two main modules: Spring Cloud Contract Verifier, which is...

Consumer Driven Contract Testing Using Pact.js

Consumer Driven Contract Testing Using Pact.js

In the previous article we discussed Microservices and the testing strategy which is Contract testing. In this chapter, we will look at how we can use PACT for consumer driven...

Introduction to Consumer Contract Testing

Introduction to Consumer Contract Testing

Microservices are becoming increasingly popular in the landscape of Service-Oriented Architecture, and one strategy to test Microservices is Contract Testing. Microservices...