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.

link|improve this question

63% accept rate
1  
Hi Tom, programmers.stackexchange.com is your best bet for this sort of question. – lebreeze Jan 31 at 10:38
feedback

1 Answer

up vote 1 down vote accepted

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.

link|improve this answer
1  
Story points really should never reflect time but relative complexity. – lebreeze Jan 31 at 10:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.