How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

The Test Pyramid Is a Lie (and What I Do Instead)

calendar_today April 25, 2026 person milan@milanjovanovic.tech (Milan Jovanović) domain modular-monolith

The test pyramid made sense when integration tests meant a shared database server and a 20-minute build. It doesn’t match how I build .NET systems in 2026. Most of my real bugs live at the seams, and unit tests don’t catch any of them. Here’s the testing shape I actually ship with.

open_in_new Read original post