Questions tagged [sprint]

A sprint is a set period of time during which specific work has to be completed and made ready for review. The duration of the sprint is decided by the scrum team and is fixed. The delivery of the sprint is a deployable product. **Important note:** This tag is ONLY for questions about code; questions on methodology or project management should be directed to Software Engineering SE or Project Management SE.

A sprint (or iteration) is the basic unit of development in Scrum. The sprint is a "timeboxed" effort; that is, it is restricted to a specific duration. The duration is fixed in advance for each sprint and is normally between one week and one month, although two weeks is typical.

Each sprint is started by a planning meeting, where the tasks for the sprint are identified and an estimated commitment for the sprint goal is made, and ended by a sprint review-and-retrospective meeting, where the progress is reviewed and lessons for the next sprint are identified.

Scrum emphasizes working product at the end of the Sprint that is really "done"; in the case of software, this means a system that is integrated, fully tested, end-user documented, and potentially shippable.

125 questions
-2
votes
1 answer

Accepting the sprint in the Review meeting? And some other Review questions

My company has implemented a new process of having the team be responsible for the Definition of Done inside of the sprint. In the Sprint Review meeting the PO is shown the work for the first time and they go through each issue in front of the team…
user2633709
  • 103
  • 2
  • 9
-2
votes
2 answers

Best way to modify my sprint

let me paint for you the scenario in question: I'm working through my weekly sprint using Trello. My board: is up-to-date. Alas! Here comes a new business-critical feature requirement (e.g. Dancing hamster animation). I'm only 2 days into my…
sming
  • 801
  • 2
  • 12
  • 25
-2
votes
3 answers

Can Sprint Planning and Review be combined?

Nowadays I am learning about agile process. I am learning all the agile stuff. I was talking to one of my friends and He asked me, can we have both sprint review and planning together. I was speechless when he asked me. Can any one tell me whether…
Hitesh Kumar
  • 3,508
  • 7
  • 40
  • 71
-3
votes
1 answer

Use SCRUM for website maintenance - Deal with single task

I am new to Scrum and I am trying to use it for website support and maintenance. For website support and maintenance, we often receive small tasks, for example: replace a banner on homepage, change phone number on contact page, remove image xyz on…
Ty Trinh
  • 37
  • 6
-5
votes
3 answers

Recommendations to calculate velocity

In out project the workflow of user story is ToDo - In progress - Dev - SIT - UAT now the challenge we are facing is in calculating the velocity Because we give sorry point considering the effort involved in development, SIT ,UAT testing. But at the…
1 2 3
8
9