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
63
votes
9 answers

What is the difference between Sprint and Iteration in Scrum and length of each Sprint?

Is there a difference between Sprint and an Iteration or one can have Iterations within a Sprint or Sprint is just the terminology used instead of Iteration in Scrum? It will be helpful if someone can throw some light on this. Suppose there are 4…
kurozakura
  • 2,339
  • 8
  • 28
  • 41
59
votes
9 answers

Free alternative to Atlassian Greenhopper/PivotalTracker?

I'm working with my brother on a website idea we have, and we'd like to use a tool to plan sprints and assign estimates to individual tickets. Atlassian's JIRA+Greenhopper looks fantastic but costs $20/month and at this stage we're just validating…
sergserg
  • 21,716
  • 41
  • 129
  • 182
26
votes
2 answers

TFS and Scrum - Best Practice configuration for Areas, Iterations, backlog iteration, sprint iteration

This set of questions tries to elicit a best practice answer on how to setup TFS 2012 Areas and Iterations with Scrum 2. Context: We've been using Team System since TFS 2005 and had initially created a Team Project for each product we have and then…
Jaans
  • 4,598
  • 4
  • 39
  • 49
21
votes
1 answer

How do you delete a sprint in VSTS (Visual Studio Team Services)

Under "Work" in VSTS, I created some test sprints. Now I would like to remove them. How do you delete sprints?
John Rood
  • 805
  • 3
  • 13
  • 25
17
votes
7 answers

java: cannot access org.springframework.boot.SpringApplication bad class file

java: cannot access org.springframework.boot.SpringApplication bad class file:…
sravan
  • 401
  • 1
  • 3
  • 8
13
votes
4 answers

How to integrate QA into the Sprint

One of the challenges with Scrum is how to fit QA into the process. Sure, QA works with the developers on each individual user story during the Sprint, but what about giving QA time with the fully completed sprint to do a full regression and load…
ToddH
  • 2,801
  • 2
  • 28
  • 28
13
votes
5 answers

In agile development how do you deal with the "less-well-architected" code that results from a sprint-focussed mindset

I work on an agile project using Scrum. Sprints have come and gone and we have fulfilled milestones successfully. The system works well enough to meet the current customer requirements. However, we are left with a system in serious need of…
Ben Aston
  • 53,718
  • 65
  • 205
  • 331
13
votes
6 answers

How to measure estimate and story points in Scrum?

Lets take an example suppose we got 5 stories A,B and C,D,E. Importance Name Estimate 90 B 70 A 50 C 35 E 10 D The stories are ordered based on their importance (priority). How do you estimate them? Is it…
kurozakura
  • 2,339
  • 8
  • 28
  • 41
11
votes
5 answers

Sprint Work Items - Agile Scrum

What types of tasks can be included and tracked as work items in the Sprint Backlog? Can Analysis, Review and Unit Testing (of a user story) be included or can only core Coding tasks be included and tracked in the Sprint backlog? Basically I am…
jcs
  • 121
  • 1
  • 4
9
votes
2 answers

How to manage multiple teams using Visual Studio Scrum 1.0 and TFS

We are using Scrum 1.0 with TFS to manage our project. There are 2 (soon to be 3) teams who work on different Sprints at the same time. This seems to cause problems for TFS though as the Sprint Burndown charts become skewed and completely…
John Mc
  • 2,862
  • 1
  • 22
  • 37
8
votes
11 answers

Given a short (2-week) sprint, is it ever acceptable to forgo TDD to "get things done"?

Given a short sprint, is it ever acceptable to forgo TDD to "get things done" within the sprint. For example a given piece of work might need say 1/3 of the sprint to design the object model around an existing implementation. Under this scenario you…
Ben Aston
  • 53,718
  • 65
  • 205
  • 331
8
votes
10 answers

How to work unestimatable tasks into a scrum sprint?

I am the scrum master for a small team of 4 developers. The project we are working on has a lot of tasks that we have never done before and cannot easily estimate in a sprint planning meeting. What is the best way for me to run a sprint with this…
Dave K
  • 678
  • 1
  • 7
  • 14
6
votes
2 answers

Pulling Burndown Charts From Visual Studio Online API

I'm trying to pull burndown charts for sprints from VSO to display alongside other project data. I'd assume that there is no way to pull an actual image or URL to the burndown, although that would be ideal. If this is not possible, is there some way…
user3693406
  • 101
  • 8
6
votes
3 answers

TFS2012 sprint planning: Can I modify the "Backlog Query"?

We have upgraded our Team Foundation Server 2010 to Team Foundation Server 2012 and are now using the great TFS2012 web access to handle our product backlog, our sprints and our scrum board. And it all works very well. All except this: On our…
Morten Frederiksen
  • 5,114
  • 1
  • 40
  • 72
4
votes
1 answer

How do we display hours completed in current sprint in a query

I have a query that I am surprised has not been asked before (or maybe my search skills are not that great) We are following Scrum and use Azure devops to track it, in that the lowest grain is a task, that has Original Estimate, Completed Work and…
Muds
  • 4,006
  • 5
  • 31
  • 53
1
2 3
8 9