Match the type of testing with its purpose:
Unit Testing ↔️ Checks individual components
Integration Testing ↔️ Verifies interaction between components
System Testing ↔️ Evaluates the entire system's functionality
Acceptance Testing ↔️ Determines if the system meets user needs
Regression Testing ↔️ Ensures new code changes don't introduce bugs