Unit Testing:
Breaks system / product into testable components individually
Check if each part works exactly as expected
Systems Testing:
Test the whole software system
Check functions + performance
Done in real-world conditions
Ensure it meets specifications