agile

How does Scrum work when you have multiple projects? [closed]

佐手、 提交于 2019-11-29 18:46:32
I'm fairly well read in the benefits and processes of Scrum. I get the ideas on the backlog, burndown charts, iterations, using user stories, and other various concepts of the Scrum "framework". With that said... I work for a web development firm that manages multiple projects at one time, with six team members that make up the "production team". How does Scrum work with having multiple projects? Do you still just schedule an iteration for a single project in a certain amount of time and the entire team works on it, and then you move on to the next project with a new iteration when that

Unit test adoption [closed]

左心房为你撑大大i 提交于 2019-11-29 18:35:21
We have tried to introduce unit testing to our current project but it doesn't seem to be working. The extra code seems to have become a maintenance headache as when our internal Framework changes we have to go around and fix any unit tests that hang off it. We have an abstract base class for unit testing our controllers that acts as a template calling into the child classes' abstract method implementations i.e. Framework calls Initialize so our controller classes all have their own Initialize method. I used to be an advocate of unit testing but it doesn't seem to be working on our current

What is the difference between Scrum and Agile Development? [closed]

十年热恋 提交于 2019-11-29 18:31:46
What is the difference between Scrum and Agile Development? Are Sprint and Iterations the same? Sindico Scrum is just one of the many iterative and incremental agile software development methods. You can find here a very detailed description of the process. In the SCRUM methodology, a Sprint is the basic unit of development. Each Sprint starts with a planning meeting, where the tasks for the sprint are identified and an estimated commitment for the sprint goal is made. A Sprint ends with a review or retrospective meeting where the progress is reviewed and lessons for the next sprint are

Does Test Driven Development take the focus from Design? [closed]

隐身守侯 提交于 2019-11-28 16:01:48
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 2 years ago . I have mixed feelings about TDD. While I believe in testing I have a issues with the idea of the test driving my development effort. When you code to satisfy some tests written for an interface for requirements you have right now, you might shift your focus from building

Kanban/Scrum Boards [closed]

戏子无情 提交于 2019-11-28 15:32:22
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . I'm curious as to what other people use for physical Kanban/Scrum boards in their companies. I appreciate that because of sensitive business information you may not be able to provide a photo of the board. I"m looking at to find out what does your board looks like , and how you

Giving estimates for large scale projects in an Agile Environment [closed]

天大地大妈咪最大 提交于 2019-11-28 15:29:53
问题 My firm just got its first large-scale development project inquiry and I would like to use an Agile process. The client has a vision for the application but openly admits to having very few requirements and recognizes that we will have to charge by the hour. Because of this, I've all but sold him on an Agile approach. The problem is that he wants a figure to budget around. I've read a number of articles that pretty much advocate against giving up an estimate because the client will budget for

How do you unit test a unit test? [closed]

前提是你 提交于 2019-11-28 13:48:53
问题 I was watching Rob Connerys webcasts on the MVCStoreFront App, and I noticed he was unit testing even the most mundane things, things like: public Decimal DiscountPrice { get { return this.Price - this.Discount; } } Would have a test like: [TestMethod] public void Test_DiscountPrice { Product p = new Product(); p.Price = 100; p.Discount = 20; Assert.IsEqual(p.DiscountPrice,80); } While, I am all for unit testing, I sometimes wonder if this form of test first development is really beneficial,

How does Scrum work when you have multiple projects? [closed]

你。 提交于 2019-11-28 13:39:16
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . I'm fairly well read in the benefits and processes of Scrum. I get the ideas on the backlog, burndown charts, iterations, using user stories, and other various concepts of the Scrum "framework". With that said... I work for a web development firm that manages multiple projects at one time, with six team members

Unit test adoption [closed]

陌路散爱 提交于 2019-11-28 13:12:00
问题 We have tried to introduce unit testing to our current project but it doesn't seem to be working. The extra code seems to have become a maintenance headache as when our internal Framework changes we have to go around and fix any unit tests that hang off it. We have an abstract base class for unit testing our controllers that acts as a template calling into the child classes' abstract method implementations i.e. Framework calls Initialize so our controller classes all have their own Initialize

What is the difference between Scrum and Agile Development? [closed]

主宰稳场 提交于 2019-11-28 13:10:03
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . What is the difference between Scrum and Agile Development? Are Sprint and Iterations the same? 回答1: Scrum is just one of the many iterative and incremental agile software development methods. You can find here a very detailed description of the process. In the SCRUM methodology, a Sprint is the basic unit of