InterviewSolution
Saved Bookmarks
| 1. |
Explain Velocity in Agile Methodology. |
|
Answer» In Agile Methodology, Velocity is a measure of the amount of work a team can accomplish during an iteration, and is frequently used by development teams to build accurate and effective timeframes. It is a simple calculation that measures how many units of work have been completed in a given period of time. There are several ways to measure units of work, such as story points, user stories, and engineer hours. From the chart above, it's clear that Sprint 5 was exceptionally productive - almost 40 story points were produced. Their average velocity is approximately 10 story points. |
|