volume_mute

Classify V&V Activities

publish date2026/06/14 04:09:34.138674 UTC

volume_mute

Classify each of the following activities as either a static V&V technique (Inspection) or a dynamic V&V technique (Testing).

drag and drop the selected option to the right place

Correct Answer

(1) Reviewing UML design models for correctness,Inspection (Static)
(2) Running a program with boundary value inputs,Testing (Dynamic)
(3) Checking source code for compliance with coding standards,Inspection (Static)
(4) Executing automated regression tests after a code change,Testing (Dynamic)

Explanation

Static techniques (inspections) do not require executing the software - they include reviewing models, specifications, and source code. Dynamic techniques (testing) require executing the software with specific inputs - such as running tests or regression suites.

Reference

Software Engineering, Ian Sommerville, 10th edition


Quizzes you can take where this question appears