Testing individual software components or modules in isolation from the rest of the system is called:
AIntegration Testing
BSystem Testing
CUnit Testing
DAcceptance Testing
Explanation
Unit testing verifies the correct behavior of small, isolated units of source code (e.g., functions, methods).
Exam Relevance
- Topic: Software Testing
- Subtopic: Testing Levels

No Comments