InterviewSolution
| 1. |
What is the difference between sprint burn-up chart and burn-down chart? |
|
Answer» Burn down and burn up charts are TWO types of charts that scrum team use to track and communicate the progress of their projects. A burndown chart SHOWS how much work is remaining to be done in the project, whereas a burn up shows how much work has been completed, and the total amount of work. As the progress is measured INDEPENDENTLY on scope change, the burn-up chart makes progress perfectly visible. So, the mechanics are basically the same. The only difference is that INSTEAD of tracking how much work is left to be done, it tracks how much work is completed, so the curve is going up, not down. |
|