Testing & QA

Test Pyramid

/test ˈpɪrəmɪd/

Definition

A model advocating for many cheap unit tests at the base, fewer integration tests, and fewest E2E tests at the top.

Example in context

"We follow the test pyramid — 600 unit tests run in 2s, 80 integration tests in 20s, 20 E2E tests in 5 minutes."

Related terms

Practice this term

Master Test Pyramid in context by working through exercises in the Testing & QA module. You'll see the term used in real engineering scenarios with multiple-choice, fill-in-the-blank, and matching drills.