Wednesday, September 14, 2011

Agile Scrum dictionary


What is Agile Methodology
Agile software methodology (Develop quickly and lightly) is based on iterative and incremental development 
methodology.ideally each iteration(Also known as Sprint in Agile terms)is spanned for 2weeks.
during these two weeks a potentially shippable product (also known as increment) is implemented.

What is Scrum
Scrum is a light-weight Agile method mainly used for managing software development.
scrum perfectly suits for completing complex projects,yet scrum methods are simple to implement on daily basis.

Sprint
Sprint is an iteration of work during which a potentially shippable product increment is worked upon and produced. Currently, the recommended sprint duration is 2-weeks.

Daily Scrum
A short daily meeting (ideally 15 minutes)where each team member stands and answers 3 questions:
1. What have I done (yesterday )for the sprint since the last Scrum meeting?
2. What will I do (today) for the sprint before the next Scrum meeting?
3. Impediments (work blocking issues)faced by each individual while performing work for the sprint.

No comments:

Post a Comment