Tagged articles
3 articles
Page 1 of 1
Continuous Delivery 2.0
Continuous Delivery 2.0
Sep 5, 2023 · Backend Development

Google’s Approach to Solving Backend Automated Testing Challenges in a Microservice Architecture

The article recounts how Google’s test engineers tackled the difficulty of writing stable, maintainable automated tests for legacy microservice systems by iterating through three solution attempts and ultimately adopting a split‑test model that uses RPC stubs and mocks, dramatically improving test speed, reliability, and developer productivity.

BackendIntegrationtest infrastructure
0 likes · 7 min read
Google’s Approach to Solving Backend Automated Testing Challenges in a Microservice Architecture
Continuous Delivery 2.0
Continuous Delivery 2.0
Feb 25, 2021 · Operations

Solving Automated Backend Testing Challenges: Lessons from Google’s 2016 Test Infrastructure Experiments

The article describes how Google’s test engineers tackled the instability and maintenance problems of automated backend tests in a large micro‑service system by exploring three increasingly complex solutions, ultimately adopting a split‑test approach that reduced test time, improved reliability, and streamlined developer workflows.

BackendGooglecontinuous integration
0 likes · 7 min read
Solving Automated Backend Testing Challenges: Lessons from Google’s 2016 Test Infrastructure Experiments