Chapter 6 – Test Tools
Ice-Cream Cone Anti-Pattern – ISTQB Definition
Last Updated: July 12, 2026 · SoftwareTestPilot QA Team
Official ISTQB Definition
A test distribution anti-pattern with many manual and UI tests but few unit tests — the inverse of the test pyramid.
In simple words
A test suite that is heavy on UI and manual, light on unit — the opposite of the pyramid.
Exam tip
Slow, brittle CI is almost always caused by an ice-cream-cone distribution.
Related terms
- Test PyramidLots of cheap unit tests, some integration tests, few slow UI tests.
- Test TrophyKent C. Dodds' variant of the pyramid that puts integration testing in the middle spotlight.
- Flaky TestA test that sometimes passes and sometimes fails on the same build — usually a timing or environment issue.
Practice this term in the ISTQB Mock Test
40 CTFL v4.0 questions, 60-minute timer, instant scoring and chapter-wise breakdown.
Practice in Mock Test