Why Test Beyond Unit Testing
Detect problems from inadequate unit testing
Testing interactions between modules (internal interfaces)
- Detect changes that were not communicated between programmers
Testing external interface
- Detect incompatible solutions
Detect trigger date usage