Test Pyramid Shapes
Pyramid, trophy and honeycomb, and the system properties that justify each shape.
Nothing written here yet
This topic is part of the curriculum but has no questions, cards or glossary entries so far. The rest of Testing & Quality Architecture may still cover what you are looking for.
Neighbouring topics
Testing & Quality Architecture
General material on designing a testing strategy as an architectural concern.
No content yetTest Architecture Strategy
Choosing what to verify where, given the failure modes that actually occur.
No content yetIntegration Test Boundaries
What sits inside a test's boundary, what is faked, and the confidence that follows.
No content yetContract Testing at Scale
Keeping dozens of services compatible without an environment that runs all of them.
No content yetConsumer-Driven Contracts
Consumers declaring what they rely on, and providers verifying against those declarations.
No content yetTest Data Management
Realistic data without copying production personal data into a weaker environment.
No content yetSynthetic Data
Generating data with the shape and edge cases of the real thing, and where it misleads.
No content yetEnvironment Parity
The differences between staging and production that decide which bugs survive to release.
No content yetService Virtualisation
Standing in for a dependency you cannot call, and keeping the stand-in honest.
No content yetEnd-to-End Test Economics
Why broad end-to-end suites get slow, flaky and abandoned, and what to keep.
No content yetNon-Functional Test Strategy
Testing availability, latency, security and recovery rather than only behaviour.
No content yetPerformance Test Design
Workload models, warm-up, think time, and the distribution the average hides.
No content yetChaos as a Test
Fault injection with a hypothesis, a blast radius and an abort condition.
No content yetSecurity Testing in the Pipeline
SAST, DAST, dependency and secret scanning, and what to do with the findings.
No content yetAccessibility Testing
Automated checks, their ceiling, and the manual testing that has to sit above it.
No content yetMutation Testing
Measuring whether tests would actually notice a defect, not just cover a line.
No content yetFlaky Test Management
Quarantine, detection, and the trust a suite loses once red stops meaning broken.
No content yetTesting in Production
Synthetic transactions, dark launches and shadow traffic, done deliberately and safely.
No content yetQuality Gates
Thresholds that block a release, who may override them, and how they decay.
No content yet