volume_mute

Inspections and Testing in the Software Process

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

volume_mute

The diagram below shows where inspections and testing support V&V across different stages of the software process.

Inspections Requirements specification Software architecture UML design models Database schemas Program System prototype Testing

Based on this model, which artifacts can be subject to software inspections?

Correct Answer

Requirements specifications, design models, database schemas, and program source code

Explanation

Inspections can be applied to any readable representation of software: requirements specifications, software architecture, UML design models, database schemas, and program source code. Inspections are not limited to source code and can start much earlier in the process than testing.

Reference

Software Engineering, Ian Sommerville, 10th edition


Quizzes you can take where this question appears