Software Engineering KB

Home

❯

06 Development Process

❯

01 Testing

❯

00 Category

❯

Testing Pyramid

Testing Pyramid

Feb 10, 20261 min read

  • testing
  • pyramid

Testing Pyramid

Back: Testing

A model for balancing the quantity and types of tests. Many fast unit tests at the base, fewer integration tests in the middle, and few slow E2E tests at the top. The trophy model shifts emphasis toward more integration tests.

Concepts

  • Unit Tests
  • Integration Tests
  • End-to-End Tests
  • Trophy Model

testing pyramid


Graph View

  • Testing Pyramid
  • Concepts

Backlinks

  • End-to-End Tests
  • Integration Tests
  • Trophy Model
  • Unit Tests
  • Testing

Created with Quartz v4.5.2 © 2026

  • GitHub