Open In App

Overview of Burndown Chart in Agile

Prerequisite: Agile Software Development and Scrum 

As we know most IT companies are using the Agile software development approach for software development, in that we have many facilities to keep track of the complete development process. One of them is a burn-down chart. This chart helps to determine work done in each iteration, how much work is remaining, how much work has been completed till now, and what is the expected deadline the remaining portion will be completed. So, in this article, we will learn more about the burndown chart, how this chart is used and what are the advantages of this chart. 



Burndown Chart:

Burndown chart is a major parameter used in agile software development and scrum to detect how much work remains to be completed. It is the graphical representation of showing the left-out portion of the task versus time. Generally, time is taken on the abscissa and left out work on ordinates. It is highly used when a project is going to be done. The company gets the knowledge of ‘How the team members are working”, and “Can determine the accomplishment of the task”.

From the burn-down chart graph, we can estimate when the project is going to be complete. It is generally useful when a team does not make any progress in the project in the middle may be due to any reason, at that time they take the help of it and plan accordingly to complete the project within the given time. It checks the productivity of the work. It is widely used in agile and scrum project management.



Steps to Create Burndown Chart:

As from above, we got an idea that it is the graphical representation of work done, work to be done, and the time required for pending work done. So these are the main components that are involved during the burndown chart scrum creation steps. Let’s know the steps individually.

Let’s see an example to understand it more clearly.

In the above example, the blue line indicates the estimated task completion line and the orange line indicates the actual task completion line. According to the above Step:4, it can be determined when it was ahead of schedule, when it was far behind of target, and when it was on the right track.

Uses:

Advantages of Burndown Chart:

Disadvantages of Burndown Chart:

Difference between Burndown chart and Burn up chart:

The main difference between the burndown chart and the burnup chart is that the burndown chart represents how much work is left and the burnup chart represents how much work is completed. Let’s know more differences between these from the below table.

S.NO.

BURNDOWN CHART

BURNUP CHART

01. It says about the pending portion. It says about the completed portion.
02. Progress is not steady throughout the project.  Progress is steady throughout the project.
03. Here, the Slope is negative. Here, the Slope is positive.
04. It shows an inverse relationship between remaining work and time. It shows a direct relationship between completed work and time.
05. Only a single line is used. Two lines are used.
06. It gives a fast output. It gives a slow output.
07. It ends at zero. It begins from zero.
08. Estimation is done regularly. Estimation is done regularly.
09. Scope creep is not easily visible. Scope creep is easily visible.
10. It is preferable for fixed-scoped projects.  It is not preferable.

Article Tags :