Tag

pact

0 views collected around this technical thread.

FunTester
FunTester
Mar 15, 2023 · Fundamentals

Continuous Testing and Contract Testing: Techniques and Practices

The article explains how continuous testing provides rapid feedback and balanced test coverage, introduces contract testing and test doubles to decouple service dependencies, describes the consumer‑driven contract testing approach with Pact, and outlines scenarios where Pact is appropriate or unsuitable.

Continuous TestingTest Doublescontract testing
0 likes · 8 min read
Continuous Testing and Contract Testing: Techniques and Practices
DevOps
DevOps
Sep 23, 2022 · Backend Development

Understanding Contract Testing with Pact for Microservices

This article explains how contract testing, especially using the Pact tool, helps microservice teams reduce integration friction by defining consumer‑driven and provider‑driven contracts, streamlining pipelines, and delivering faster, more reliable software deployments.

CI/CDconsumer-drivencontract testing
0 likes · 9 min read
Understanding Contract Testing with Pact for Microservices
Architecture Digest
Architecture Digest
Mar 17, 2016 · Backend Development

Cookpad’s Microservices Experience: Service Granularity, Integration, and Deployment Practices

This article shares Cookpad’s practical experience with microservices, covering service granularity, RESTful integration, parallel processing, fault tolerance, testing strategies, logging, Docker‑based deployment pipelines, and company‑wide support mechanisms that together improve development speed and reliability.

CI/CDDockerREST API
0 likes · 12 min read
Cookpad’s Microservices Experience: Service Granularity, Integration, and Deployment Practices