Open In App

Different Phases of Review Meeting

Last Updated : 01 Feb, 2024
Improve
Improve
Like Article
Like
Save
Share
Report

Review Meeting is one of important and essential forms of

Formal Technical Review (FTR)

. FTR is usually effective when a little or small and particular part of overall software is under scrutiny i.e. Critical observation or examination. This meeting might contain some discussion related to defects or errors that are found, or some log of defects being found. The participants of meeting generally note down defects that are found for author to correct. They can also recommend for controlling and handling or correcting defects or errors being found. At kick-off stage, approach that is needed to be taken is decided so that all of participants are simply aware of what is actually required for them. This decision of taking approach is simply based on one for several factors as given below :

  • Availability of time – If time being available is very short or less then the meeting might only identify or collect defects or errors.
  • Author requirements – Is there any requirement of author for simply correcting or fixing defects or errors.
  • Review type – Only collection of defects is allowed in an inspection. There is never any discussion done on this.

Meeting basically involves different phases where various tasks are performed that are related to document under review. Meeting includes three phases depending on review type :

  1. Logging Phase : This phase is considered as initial duration of review meeting when all of members or participants of review simply mention all points i.e., defect, query, and concern that are identified during this phase. During this phase, all of issues that are being determined or identified during stage are either logged by author or scribe. Each and every defect or error and its severity i.e. seriousness must be logged in three different classes of severity as given below :
    • Critical – his indicates a complete shut-down and causes downstream damage. It also indicates that nothing can proceed further.
    • Major – This indicates that defect is very severe and it will collapse system or might cause downstream damage. Whereas, some parts of system remain functional.
    • Minor – This indicates that there won’t be any major breakdown of system and not likely to cause downstream damage.

    We basically know that participants determine or identify defects or errors in preparation step. All of these determined or identified defects are usually included and logged in this phase. We simply issue or defects that are being found and detected throughout training session.

  2. Introduction Phase: The review meeting’s atmosphere is established in the introduction phase. Participants learn about the format of the meeting with a greeting and an outline of the agenda. Reiterating the primary goals serves to reinforce them, and setting ground rules promotes a courteous and productive workplace. This stage acts as a road map to help participants navigate the next conversation.
  3. Presentation Phase: The presenter may introduce appropriate papers or code during the presentation phase. The audience participates in an in-depth analysis, posing queries and offering suggestions. A seamless information flow is ensured by the presenter’s function and purpose being made clear. By giving participants ample opportunity to ask questions, you can encourage greater understanding and make sure they truly understand the material before moving on.
  4. Discussion Phase : After logging phase, team usually picks every point one by one and then discusses different aspects related to that point. All of main points like points criticality, areas that are impacted, and reasons are documented by either scribe or author. For example, if any defect is found, then team will discuss regarding following points :
    • Defect is valid or not.
    • Severity and priority of defect.
    • Time required to fix defect.
    • Approach for fixing defect.

    Moderator is generally responsible for controlling and handling all activities in this phase. Outcome of discussions is usually documented for further reference.

  5. Decision Phase : After discussion phase, meeting comes under this phase. Discussion phase is ending phase of formal meeting. Different exit criteria are there of a decision phase that usually explains average number of defects being found or determined. Decision is basically taken by contestant. This decision is based on documents and sometimes depends on formal exit criteria.
  6. Conclusion Phase: Key conversation points, conclusions, and action items allocated during the meeting are summarized during the conclusion phase. Giving a brief overview guarantees that everyone is on the same page and reinforces understanding. Maintaining momentum and accelerating development can be achieved by clearly defining roles and next steps.
  7. Follow-Up Phase: The process of recording meeting proceedings, including decisions and action items, is part of the follow-up phase. Participants receive meeting minutes to use as a guide for upcoming tasks. Making sure that everyone completes their allocated responsibilities and keeping an eye on progress guarantees that the findings of the review meeting are implemented into concrete outcomes. To ensure continuous progress and close the loop on the review process, this stage is crucial.

Example of Exit Criteria

If the number of defects found per page is more or greater than a certain limit, then moderator usually sends it for rework as rework on documentation is needed for further processing in project. It undergoes review again after rework. But, if number of defects found per page is less than a certain limit, then moderator simply checks during the follow-up.


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads