volume_mute
Release Testing as Black-Box Testing
publish date: 2026/06/19 10:15:24.213717 UTC
volume_mute
Release testing is primarily a black-box or functional testing process. What does this mean?
Correct Answer
Tests are derived from the system specification, without reference to the internal implementation
Explanation
Black-box testing derives tests from the system specification rather than the source code. Testers check that the system delivers what was specified - they do not need or use knowledge of the internal implementation. This is appropriate for release testing because the focus is on demonstrating that specified behavior is met.
Reference
Software Engineering, Ian Sommerville, 10th edition
