Final answer:
Burn-Up charts are used in Agile software development to display the progression of work completed against the total project scope during an iteration. They consist of two lines; one showing the increase of scope and the other showing work completed. These charts help teams manage scope changes and track if the project is on course to meet deadlines.
Step-by-step explanation:
A Burn-Up chart is a graphical representation used in Agile software development methodologies to track the progress of a project over time. It shows the total amount of work done against the total work scope, making it easy to see how much work has been completed at any given point during an iteration.
Typically, the horizontal axis of a Burn-Up chart represents time, while the vertical axis represents the amount of work, which could be measured in units like stories, tasks, or story points.
The chart typically consists of two main lines: one line representing the total work scope, which increases if new tasks are added to the project, and another showing the actual work completed. As work is completed, the latter line moves upwards, ideally converging with the total work scope line by the end of the iteration.
By monitoring the Burn-Up chart, project teams can better manage scope changes, predict when all tasks are likely to be completed, and understand if the project is on track to meet its deadline. It also aids in identifying any scope creep by visualizing increases in the total work scope.