volume_mute
Comprehensive Classification of Testing Concepts
publish date: 2026/06/19 10:51:14.449424 UTC
volume_muteClassify each statement as belonging to development testing, release testing, or user testing.
drag and drop the selected option to the right place
Correct Answer
(1) Performed by the development team; includes unit, component, and system testing,Development testing
(2) Checks system delivers specified functionality; performed by a separate team,Release testing
(3) Essential because the developer cannot replicate the real working environment,User testing
(4) Includes alpha, beta, and acceptance testing,User testing
(5) Primarily a defect testing process, interleaved with debugging,Development testing
Explanation
Development testing: done by the development team; includes unit/component/system testing; primarily a defect process interleaved with debugging. Release testing: separate team; validates functional and non-functional requirements; black-box approach. User testing: actual users; essential because real environments cannot be replicated; includes alpha, beta, and acceptance testing.
Reference
Software Engineering, Ian Sommerville, 10th edition
