Which of the following best names the concept in which a testing technique that examines the internal logic and structure of the code being tested?
- A. White-box testing ✓
- B. Black-box testing
- C. Bug
- D. Test-driven development (TDD)
Correct answer
A. White-box testing
Explanation
White-box testing refers to a testing technique that examines the internal logic and structure of the code being tested.