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
0
votes
2 answers

Breaking down tasks of user stories between developer and QA

My team have recently gone to sprints and we are going through breaking down our user stories into tasks. What is the best practice in breaking down the user stories? Should each task include developing, design, testing, and so forth? Or can the…
Calie
  • 27
  • 1
  • 4
0
votes
2 answers

Going through a sprint workflow as a QA

I've been reading about sprints (agile methodology) lately and had a question on testing during the workflow. I know you have PBI's (product backlog item) and they are broken down into tasks. I also know that you should focus on one PBI at a time…
Calie
  • 27
  • 1
  • 4
0
votes
2 answers

Web-Application Deployment Process, Scrum Sprints, Git-flow, Versioning

We have a small scrum-team which develops a webseite with a lot of users. We would like to improve our development and relase/deployment process, but there are a lot of concepts out there, which in our eyes don't fit together perfectly. Since we're…
ak2
  • 457
  • 1
  • 5
  • 17
0
votes
1 answer

Is it possible to edit previous sprint name in jira green hopper?

I made a mistake in naming the sprint in jira board now i got to know about it. so now i want to edit those sprint names to avoid ambiguity in future. Is it possible to change? That is not the present sprint which is going on. Those sprints are…
0
votes
2 answers

When does sprint planning occur?

Does scrum planning for a iteration 2 come after or before the sprint review (demo/retrospective) of iteration 1?
Mike Flynn
  • 22,342
  • 54
  • 182
  • 341
-1
votes
1 answer

Track increase effort in Sprint Backlog

We are following Agile development methodology. As a SCRUM master, I am maintaining the Sprint BackLog. I want to know what is the best practice to accommodate any increase in effort for a particular task in the middle of a project. For example, I…
Nrusingha
  • 853
  • 5
  • 19
  • 33
-1
votes
1 answer

How will you give Consistency in Automation Testing

Let’s assume the following simple test case which is testing the functionality of a Banking system maintaining the balance of bank accounts: Check Account #1234 Balance, which become the reference point (Ex: 1000 $) Perform Deposit of 600 $ Perform…
Johnn
  • 1
  • 1
-1
votes
1 answer

While going to the sprints or boards I want to see the last comment in the discussion shown for user story

We need to see the last comment during stand-up and now we can't see this latest updates
Padi
  • 1
-1
votes
1 answer

DB Mail is working with other carriers but not sprint

So the database mailer sends the sms to Verizon, att, Cricket etc.. but when sending to a sprint phone number using messaging.sprintpcs.com they receive a text with what looks to be the message encrypted. We have tried with with different sprint…
Tyriddik
  • 104
  • 1
  • 6
-1
votes
1 answer

Create new sprint under new release version in jira

I'm having two release version as 1.5 and other new is release v2.0 in jira. Till now I was having 16 sprints in Release 1.5 Now I want to have new sprints under release 2.0. How can I do that? Is there something I'm missing or going in wrong…
Annadate Piyush
  • 458
  • 5
  • 18
-1
votes
1 answer

How to do a good sprint planning for "black-box" items - Scrum

The company I work for uses scrum methodology, Before each sprint, we do a sprint planning, sprints are 3 weeks long. I find myself many times getting items, I should break down to tasks and PRICE it with development / QA days, as that's what we do…
Y.S
  • 1,860
  • 3
  • 17
  • 30
-1
votes
1 answer

In JIRA, is the burndown chart ignored when associating a new workflow and new statuses in your project?

I've introduced a new workflow that I'm using for my project, and everything looks so good so far. There was one unintended effect,though. When I applied everything and the new statuses were applied to current issues, the burndown chart showed…
Danny
  • 3,670
  • 12
  • 36
  • 45
-1
votes
1 answer

Create a sprint based on Filter query in JIRA Agile

My Customer won't follow sprints but will have releases (4 weeks) only. But i want to create a sprint to generate reports. I have created a board for agile. But i want to add issues to this board using filter query. Then in Plan tab, i create a…
ikvenu2000
  • 331
  • 1
  • 3
  • 13
-1
votes
3 answers

Burndown Chart not decreasing

I'm revising for a Software Engineering exam and one of the questions got me wondering. It showed a burndown chart where the team had made no progress on user stories for 10 days. The question was "Outline and justify any action that the ScrumMaster…
Andrew Martin
  • 5,619
  • 10
  • 54
  • 92
-1
votes
3 answers

What methods for measuring progress during a release sprint are effective

EDIT TO IMPROVE CLARITY Scrum suggests that you split your development into a number of sprints. Each sprint being a fixed duration. At the end of each sprint you ask the client if you should release the software. If they say yes, you perform a…
Laurie Young
  • 136,234
  • 13
  • 47
  • 54
1 2 3
8
9