← Back to Week 5

Pyramid Climber

Match each test scenario to the right layer of the testing pyramid: Unit, Integration, or End-to-End.

Score
0 / 0
Question
1 / 12
E2E
Integration
Unit

Test scenario

The test...

Which layer of the pyramid does this belong to?

Final Score

Heuristic: one class & no I/O = Unit. Two or more pieces working together (file + class, service + DB) = Integration. The whole app from a user's seat = End-to-End.

← Derived or Stored? AAA Sort →