volume_mute

Components of the Testing Process Model

publish date2026/06/16 21:34:55.691754 UTC

volume_mute
True
Please drag and drop the options to sort them

The list below shows the abstract model of the software testing process. Arrange the four main activities in the correct order.

Compare results to test cases
Run program with test data
Design test cases
Prepare test data

Correct Answer

(1) Design test cases
(2) Prepare test data
(3) Run program with test data
(4) Compare results to test cases

Explanation

The testing process follows this sequence: (1) Design test cases - specify inputs and expected outputs; (2) Prepare test data - devise the actual inputs; (3) Run program with test data - execute the tests; (4) Compare results to test cases - check actual versus expected results.

Reference

Software Engineering, Ian Sommerville, 10th edition


Quizzes you can take where this question appears