The formula to calculate the Sprint Velocity (Vs) is:
\[ Vs = \frac{SP}{S} \]
Where:
Let's say the number of story points completed (\( SP \)) is 50, and the number of sprints completed (\( S \)) is 5. Using the formula:
\[ Vs = \frac{50}{5} \]
We get:
\[ Vs = \frac{50}{5} = 10 \text{ points/sprint} \]
So, the Sprint Velocity (\( Vs \)) is 10 points/sprint.
Sprint velocity measures the amount of points completed in one sprint activity. It is a key metric in agile project management, helping teams understand their productivity and plan future sprints more effectively.