What was the main challenge in this project?
Seven services, each with its own tooling, maturity, and failure modes. Multiple vendors shipping code in parallel, features in flight, and an enterprise client base that won’t tolerate regressions. Unify it all into one quality model over 1.5 years, without slowing engineering down.
What was your solution or approach?
What call did we make?
Centralised QA can't keep up with seven services. We moved quality to where the code lives.
Vendor PRs landed in ad-hoc reviews, testing sat in a central team that became the bottleneck, the frontend stack was a generation behind, and critical flows were validated by hand. None of that survives seven services on a continuous-delivery cadence. We rolled out two protocols. UVA (Undertaking Level Aggregation) turned vendor-integration evaluation from ad-hoc PR reviews into a structured peer-review workflow with explicit gates. UTI (Unified Testing Infrastructure) split centralised testing into service-specific CI gates and component-level validation across all seven microservices. In parallel, we migrated the frontend and tooling stack from a legacy architecture to a next-generation platform with a modernised developer workflow, replaced manual QA on critical flows with automated end-to-end coverage, and rewired CI across all seven services into guardrailed pipelines with integrated user-flow validation. The point was never more tests. It was pushing ownership, automation, and standardisation down to where decisions are actually made.
What We Did
Quality across seven services and multiple vendors needed a coordination layer before more tooling. The architectural call: move from centralised, manual, fragmented workflows to scalable, ownership-driven, automated systems, optimised for developer velocity, review quality, reliability, and long-term maintainability through standardisation and modern infrastructure. Concretely: rolled out the UVA protocol (Undertaking Level Aggregation), shifting vendor-integration evaluation from ad-hoc PR reviews into a structured peer-review workflow with explicit gates; rolled out the UTI protocol (Unified Testing Infrastructure), splitting centralised testing into service-specific CI gates and component-level validation across all seven microservices; migrated the frontend and tooling stack from a legacy architecture to a next-generation frontend platform with a modernised developer workflow; replaced manual QA on critical product validation with automated end-to-end testing; consolidated fragmented legacy CI across 7+ services into guardrailed pipelines with integrated end-to-end user-flow validation. On top of that: E2E strategy, flakiness reduction, CI/CD hardening, vendor and contributor quality supervision, hundreds of bugs triaged. Tooling investments paid back around month three. Result: quality that survives team turnover, vendor rotation, and continuous refactors.
What was the outcome or impact for the client?
- 7 services: Unified Testing
- Hundreds of Bugs Resolved