volume_mute
Release Testing vs. Development Testing
publish date: 2026/06/19 10:15:23.590109 UTC
volume_mute
Release testing is a form of system testing but differs from development system testing. What is the key difference?
Correct Answer
Release testing is performed by a separate team without involvement from the development team
Explanation
The key difference is that release testing is performed by a separate team, not the team that developed the software. This separation matters because a development team has a vested interest in showing the system works and may unconsciously avoid tests that reveal problems. A separate team is more objective.
Reference
Software Engineering, Ian Sommerville, 10th edition
