A testing technique that evaluates functionality without knowledge of the internal code structure. What is this concept called?
- A. Bug
- B. Unit testing
- C. User acceptance testing (UAT)
- D. Black-box testing ✓
Correct answer
D. Black-box testing
Explanation
Black-box testing refers to a testing technique that evaluates functionality without knowledge of the internal code structure.