Friday, March 19, 2010

Software Design Reviews

Types of software Design Reviews

Software Design Reviews are classified into three categories:

> System design review
> Software preliminary design review
> Software critical design review

In the system design review the technical requirements allocated to software are evaluated. This evaluation is carried out after the documentation of such requirements in the computer program performance specification.

The software preliminary design review is conducted after defining the software to the computer program component level. Before the detail design the software preliminary design review evaluates the chosen software design procedure. In addition, during the software preliminary design review the functional interfaces are examined.

Finally, the software critical design review is concerned with evaluating, before the start of coding, the fully completed detail design. [Source]

Also See:

Technical Review
Importance of Review
Pair Programming Review
Types of Review Process Structures
Difference between Formal & Informal Reviews
Deciding Whether to do Formal or Informal Reviews
Formal Review & Informal Review
Walkthrough and Inspection
Peer Review
Software Management Reviews
Test Case review
Code Review