Technical Review

The technical review is a less formal way of reviewing a meeting process. It is process which is performed to give assurance about software quality. In Technical review process, the testing activity is performed by software engineers and other persons. 

Here a work product is been inspected and reviewed for defects and other errors by individuals rather than the person who have produced it. The technical review is performed as a peer review without any management involved. So in context, the technical review varies from informal to quite formal.

Objectives of Technical Review:

Following are some of the objectives of Technical Review.

  • To create more reliable and manageable project.
  • To find technical error and defects.
  •  To inform participants who have participated in technical review, about the technical content of document.
  • To maintain consistency of technical concepts.
  • To ensure that the software fulfils the requirements for which it is built.

Walkthrough in Software Engineering

Prerequisite:

The walkthrough is a review meeting process but it is different from the  Inspection, as it does not involve any formal process i.e. it is a nonformal process. Basically, the walkthrough [review meeting process] is started by the Author of the code.

In the walkthrough, the code or document is read by the author, and others who are present in the meeting can note down the important points or can write notes on the defects and can give suggestions about them. The walkthrough is an informal way of testing, no formal authority is been involved in this testing.

As there is an informal way of testing involved so there is no need for a moderator while performing a walkthrough. We can call a walkthrough an open-ended discussion, it does not focus on the documentation. Defect tracking is one of the challenging tasks in the walkthrough.

 

Similar Reads

Advantages and Objectives of Walkthrough:

Following are some of the objectives of the walkthrough....

Types of Review:

Walkthrough Technical review Inspection...

Technical Review:

The technical review is a less formal way of reviewing a meeting process. It is process which is performed to give assurance about software quality. In Technical review process, the testing activity is performed by software engineers and other persons....

Inspection:

Inspection is a more formal way of reviewing a meeting process. In inspection the documents are checked thoroughly and reviewed by reviewer’s before the meeting. it basically involves peers to examine the product or software....

Contact Us