Choose the correct description of Black-box testing.
- A. A testing technique that evaluates functionality without knowledge of the internal code structure. ✓
- B. A testing phase that evaluates a fully integrated system against specified requirements.
- C. A testing phase that verifies the interaction between combined modules or components of a system.
- D. A preliminary test that checks whether the most basic and critical functions of software work correctly.
Correct answer
A. A testing technique that evaluates functionality without knowledge of the internal code structure.
Explanation
Black-box testing refers to a testing technique that evaluates functionality without knowledge of the internal code structure.