Software testing conducted without any knowledge of internal code structure, focusing purely on inputs and expected outputs, is called:
AWhite-Box Testing
BBlack-Box Testing
CUnit Testing
DMutation Testing
Explanation
Black-box testing evaluates system behavior against specification requirements without examining code implementation.
Exam Relevance
- Topic: Software Testing
- Subtopic: Testing Methodologies

No Comments