Levels of Testing Flashcards
1
Q
What is testing individual software components?
A
Unit Testing
2
Q
What is testing of combined parts of the application to determine if they function together correctly?
A
Integration Testing
3
Q
Discover defects that are properties of the entire system rather than its individual components
A
System Testing
4
Q
Checks that the requirements of a specification or contract are met as per its delivery.
A
Acceptance Testing