volume_mute

Designing a Scenario for Weather Station Testing

publish date2026/06/19 10:41:44.748657 UTC

volume_mute

You need to design a scenario for testing a wilderness weather station system. The system collects meteorological data, summarizes it, and reports to a remote mapping system. Which of the following would be characteristics of a well-designed test scenario for this system? Select all that apply.

Correct Answer

(1) The scenario follows a realistic sequence of events that reflects how the system is actually used
(2) The scenario is complex enough to test multiple system features in one narrative
(3) The scenario includes both normal operation and at least one error or boundary condition
(4) The scenario should be easy for stakeholders to recognize as realistic and important

Explanation

A good weather station scenario should: reflect realistic operational sequences (e.g., data collection, summarization, transmission, power-save mode); be complex enough to test multiple features (data collection, communication link, summarization, error reporting); include normal and error conditions (e.g., communication failure, sensor malfunction); and be recognizable as important to stakeholders. Testing a single isolated method is unit testing, not scenario testing.

Reference

Software Engineering, Ian Sommerville, 10th edition


Quizzes you can take where this question appears