A municipal snow-plow story already has test conditions. Which GenAI design ask should the tester choose?
Select an answer to reveal the explanation.
Short Explanation
Conditions are the shopping list; cases are the recipes with “done when…” checks. Prompt GenAI for preconditions, inputs, and expected results—the oracle—not a monitoring wall. Clear expected results keep plow scenarios judgeable.
Full Explanation
GenAI supports test-case generation that includes preconditions, inputs, and expected results used as oracles. With conditions already in hand for the snow-plow story, that design ask is the natural next step. Dashboards alone, model-as-SUT coverage, or discarding oracles do not implement case design.