Tagged Questions
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 master.
12
votes
5answers
444 views
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 ...
10
votes
4answers
456 views
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 ...
8
votes
5answers
537 views
Sprint work items - Agile Scrum
What tasks that 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 ...
8
votes
11answers
391 views
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 ...
8
votes
7answers
8k views
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 ...
7
votes
8answers
2k views
Work out sprint capacity when carrying over story points in scrum
Let’s say story A is worth 10 story points. Development starts in sprint 100, but is not completed by they end of the sprint. I am then assuming that you do not claim any points. A story is done or ...
4
votes
2answers
93 views
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 ...
4
votes
8answers
317 views
Use SCRUM when team members juggle different roles?
Our roles are not purely product development. We also provide '1st-line support' for internal & external customers, and any of these tasks, by their very nature, will always override any product ...
4
votes
5answers
3k views
What are estimate points ,Story points and how to measure them 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 ...
3
votes
4answers
159 views
How to print in a tabular format in tcl?
I am trying to print the data in a tabular format in tcl. Suppose I have three arrays:-
GOLD, TEST, DIFF and it has some values in it. I want to get in printed in the following format:-
GOLD ...
3
votes
4answers
243 views
How do teams approach current sprint backlog items?
Scrum and agile says that items on the current sprint backlog should be approached in priority order, and one item at a time by the whole team.
Practically, that never seems to work for our team. ...
3
votes
9answers
2k views
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 ...
2
votes
7answers
654 views
How do you structure a development sprint?
So I have a backlog of features and we are about to get started on a sizable project. I am working on defining the structure of our sprints and I'm interested in the communities feedback.
What I'm ...
1
vote
2answers
38 views
Has anyone had success using flexible sprint lengths?
I know that the best sprint length will vary from situation/company to situation/company. That being said, has anybody had success using flexible sprint lengths? Also, I wondered if anyone has ...
1
vote
1answer
96 views
Task dependencies and stories too long for sprint
I'm in an environment that is in the beginning stages of implementing scrum for online Flash games. For one particular game, management is requiring two-
week sprints with a release at the end of each ...
1
vote
2answers
434 views
How to tell if handset is on WiMAX
I use TelephonyManager to get the network type as in getNetworkType(). Currently I see only CDMA and GSM networks only. How do I detect WiMAX as the networkType. Sprint's HTC EVO 4G phone supports ...
1
vote
1answer
453 views
Sprint Wireless Toolkit 3.3.2 vs Sun Wireless Toolkit
Anyone know the diference between Sprint Wireless Toolkit 3.3.2 and Sun Wireless Toolkit?
Thanks in advance
1
vote
1answer
201 views
Start sprint date and end sprint date in Agile for TFS2010
I'm trying Agile with Team Foundation Server 2010 for the fist time.
I'd like input for each sprint a start date and an end date but I think that is not possible actually.
Do you have some hints how ...
1
vote
3answers
433 views
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 ...
0
votes
1answer
22 views
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 ...
0
votes
1answer
92 views
Sprint locking up my app? (ANR from com.carrieriq.iqagent.client)
Context: I have an app is already released into the market for over a year, and the last update was three months ago. Never had problem with ANR errors. The app is fairly stable, 100,000+ active ...
0
votes
0answers
55 views
prefix to call from india using sprint network android mobile [closed]
i have no idea about international networks works in outside the country.I tried to call indians mobile number from Samsung Epic 4g(sprint).But call was not connected.Please help me if anyone know ...
0
votes
0answers
141 views
Unit tests with Wicket and Spring fail if run by maven in suite
I'm testing a Wicket-Spring application, and two tests refers to some session scoped bean.
@Test
@DirtiesContext
public void testGetLoggedUser() {
//every session bean access must be wrapped ...
0
votes
0answers
54 views
How do I enable restricted api permissions in my mobile java apps?
Can I change API permissions for proprietary content
After talking with Sprint Devs, I received this answer, of course I will paraphrase
Accessing filesystem withing app = JSR-75 which is a ...
0
votes
1answer
144 views
sts insight server and file location
I am using Spring roo and STS Insight server. I want to create a javascripts folder to add my javascript files and link them in my JSP. however, I don't know where to put the javascript files because, ...
0
votes
0answers
67 views
Sprint picture mail message crawling and parsing image from it
I want to crawl a sprint picture mail message
when we mails through a sprint mobile it goes as a text email to other end's mobile in which there is a direct link for the mms image which is sent ...
0
votes
1answer
210 views
python regular expressions select text from string
I have formatted lines of the text, i.e.
[[item1 *,* {_item2*} *;{item3*}* ;{item4*}*]]
where * means any text between the words and brackets.
Is it possible to collect text from * to variables?
...
0
votes
1answer
481 views
Error running a J2ME program using Sun or Sprint wireless toolkits
Have any of you used sun wireless toolkit or sprint wireless toolkit together with J2ME?
I get the following errors trying to run my J2ME app using either of them:
java.lang.UnsatisfiedLinkError: ...
0
votes
2answers
80 views
How do I fit in random stories into my themed Scrum Sprint
I am a product owner and I am helping setup a themed sprint. To be clear, by themed I mean all the users stories are related or cluster around a common goal. I still have other stories that don't ...
0
votes
1answer
303 views
How to define variable for Trac TicketQuery?
Using TRAC TicketQuery template for sprint to show what's going on. How would I type name of current sprint only ONCE, when template needs it in multiple location? For example "Sprint1" is needed is 6 ...
0
votes
1answer
2k views
Is Android 2.2 (froyo) going to support the front facing camera on the new phones?
HTC Evo 4G from Sprint has a front facing camera. The Sprint dev site has some info about it ...