volume_mute
Classify Release Testing Approaches
publish date: 2026/06/19 10:15:26.990980 UTC
volume_muteClassify each testing activity into the correct release testing approach.
drag and drop the selected option to the right place
Correct Answer
(1) For each system requirement, create tests that verify the system satisfies that requirement,Requirements-based testing
(2) Devise a story of a nurse making home visits and test all features used in that story,Scenario testing
(3) Execute the system with 200 concurrent users and measure response times,Performance testing
Explanation
Requirements-based testing derives tests directly from each requirement. Scenario testing uses realistic usage stories to create tests that exercise multiple features together. Performance testing measures system behavior under load. All three are valid forms of release testing, each revealing different types of defects.
Reference
Software Engineering, Ian Sommerville, 10th edition
