1

How to determine the story point value in Agile methodology and determine the team velocity? In web search able to get the definition but not the actually process explanation.

VIJAY
  • 849
  • 11
  • 22

1 Answers1

1

Story Point is estimated during the Sprint Planning by the team members. It's better if each team member discloses the story point simultanously by using Scrum cards.

For example:

Product Manager creates a story to add a facebook like button in the company website. Developer A quotes 4 hours. Developer B quotes 5 hours. QA quotes 3 hours. In the end, the team decided to use 4 hours(or 5 hours) development + 3 hours QA as the story point.

enter image description here

For team Velocity, check this simple explanation.

Rudy
  • 7,008
  • 12
  • 50
  • 85