Match each test scenario to the right layer of the testing pyramid: Unit, Integration, or End-to-End.
Test scenario
Which layer of the pyramid does this belong to?
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.