Testing Levels
- •
def
- •
the stages of testing within the Software Development Life Cycle (SDLC) that find missing areas and avoid overlapping or repetition between development phases
- •
- •
levels (from small to large)
- •
Unit Testing — tests individual components in isolation
- •
Integration Testing — tests how components work together
- •
System Testing — tests the system as a whole
- •
Acceptance Testing — tests that the system meets customer requirements
- •
- •
- •
- •