Unit 8 discusses software testing concepts including definitions of testing, who performs testing, test characteristics, levels of testing, and testing approaches. Unit testing focuses on individual program units while integration testing combines units. System testing evaluates a complete integrated system. Testing strategies integrate testing into a planned series of steps from requirements to deployment. Verification ensures correct development while validation confirms the product meets user needs.
Related topics: