Designing a Scenario for Weather Station Testing
publish date: 2026/06/19 10:41:44.748657 UTC
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
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
