What is the function or purpose of White-box testing?
- A. Testing performed by a limited group of external users in a real-world environment before final release.
- B. A testing phase that verifies the interaction between combined modules or components of a system.
- C. A testing technique that examines the internal logic and structure of the code being tested. ✓
- D. An error or flaw in software that causes it to behave in an unintended way.
Correct answer
C. A testing technique that examines the internal logic and structure of the code being tested.
Explanation
White-box testing refers to a testing technique that examines the internal logic and structure of the code being tested.