Integration Testing Boundaries
### Integration Testing Objectives
While unit tests isolate individual functions, **Integration Tests** verify that multiple real system layers (e.g. Express HTTP Controller + Service Layer + Postgres Database) work correctly in combination.