In software testing, what term describes testing individual software modules or components in isolation from the rest of the application?
AIntegration Testing
BUnit Testing
CSystem Testing
DAcceptance Testing
Explanation
Unit Testing validates single functions, routines, or modules in isolation. Integration testing verifies interaction between modules, and System Testing evaluates the entire compiled application.
Exam Relevance
- Topic: Software Engineering
- Subtopic: Software Testing Levels

No Comments