Testing methods Flashcards
(2 cards)
1
Q
Unit Testing:
A
Test small pieces of code/ testable software individually
Check if each part works exactly as expected
- Often part of integration testing.
2
Q
Systems Testing:
A
Test the whole software system
Check functions + performance
Done in real-world conditions
Ensure it meets specifications