Concept Flow - Testing levels (unit, integration, system, acceptance)
Start Testing
Unit Testing
Integration Testing
System Testing
Acceptance Testing
End
Testing starts with small parts (unit), then checks combined parts (integration), then the whole system, and finally if it meets user needs (acceptance).