agile

Planning a requirements gathering session using Agile

We are planning on introducing Agile into our development process (a shift from the waterfall we've been using so far). We are leaning towards a hybrid model in whcih the requirements gathering session is comprised of a business analyst, subject matter experts, technical person and a user interface person. The plan is to create user stor...

Make a case: version control, defect management and sprint backlog systems must talk to each other

I would like to make a good case to our team that our existing disparate systems need to talk to each other if we wish to be productive. Any pointers? We have svn JIRA + GrassHopper (only being used as Agile dashboard) TeamTrack The list can change, because we want to stop paying for JIRA and TeamTrack. ...

How should my way of working change in an agile workplace?

Hi, In my workplace, we "follow" the agile methodology. However, all we do is standups. How else do I have to change my way of working as a developer, to follow agile? Thanks ...

ASP.NET MVC is an Agile technology?

Do you think that ASP.NET MVC is an Agile technology? Which features make it Agile? ...

Difference between Scrum and other Agile methods?

Hey guys, I am looking to introduce an agile method to my boss so that we could hopefully implement it at our work place. I've been doing a lot of research yet I can't find what makes it standout from other agile methods. I am thinking maybe it is the consistent meetings or is it the heavy reliance on artifacts? Please let me know. Thank...

What agile method do you use? What agile methods are the most common?

I am taking a software development class right now and we are discussing agile methodologies. What are the most common agile methods? I need to look into several and discuss their strengths and weaknesses. Seems more useful to look into the most prominent methods. Observations: Scrum seems pretty popular (that is what my team used...

Is PMP still relevant in software development gone the way of Agile Scrum?

What are the top things you have found to be still very relevant from the PMI world for the Agile Scrum way of managing projects? Do you think PMP will be almost useless except in organizations which develop software in waterfall or waterfall v-methodology (practices in Telecoms, Industrial control software domains etc?) ...

Understanding Scrum

I have been working as a .net developer following waterfall model. When working on, say a 12 months project, usually my team follows Analysis, Design, Coding and Testing phases. But when it comes to following Scrum process, I don't really understand How I need to deal with it. Consider a sprint for 4 weeks and our backlog has 10 items, ...

Git push randomly fails

I'm coding with two other friends and we're all using the same repository. For some reason, git randomly fails for me, and only me. error: insufficient permission for adding an object to repository database .git/ objects What's intriguing is that we noticed that when friend A pushes his code, I don't get this error anymore, and I can h...

Is automatic deployment crucial to agile development?

I ask because my team previously was trying to "do" scrum. We had 2-week sprints, but no releases to go with those sprints! There were several other reasons for this, but one big one was that deployments took too long and were too complicated to do that frequently. ...

Implementing AGILE methodology in ERP?

We have a huge debate in our organisation to use AGILE in ERP projects. Can anyone give an example of a successful implementation as such? ...

Is Agile different from TDD ? If so what are the main differences ?

Is Agile really different from TDD ? If so what are the main differences ? ...

Understanding Agile

Hi, I recently shifted to a new organization that follow Agile mode of development. The current project we are working has stalled due to many requirement changes that were reported recently. Since this is my first Agile assignment (after working in 4 years in non-agile environ), its a bit hard to differentiate where the problem really ...

What are the types of bugs test-driven development is most effective at catching?

How can the repetition of a very short development cycle help to remove bugs from your software? What bugs is TDD most effective in catching, when implemented correctly? And why? Thanks in advance! ...

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. Either the item is too small for all team members to be productive (including taking pairing into account). So we end up perhaps doing two or ...

Template for documenting requirements for Scrum methodology

Hello guys I know pretty well about documenting application requirements with Use cases and modeling a system using Rational Unified Process. But now I would like to know if is there a template or model for documenting system requirements when using Agile methodology like Scrum. Thank you ...

Kanban Board Flow and Columns' Relationships

Given the basic flow on a Kanban board: | Backlog | Dev | QA | Deploy | After reading books/articles/presentations it got transformed roughly into Business -> | Backlog | Input | Development | QA | Deployment | Closed | Marketing -> | | Queue |--------------------|--------------------| Queue | ...

Access Agilo from another PC on the network

Hi All, I have a question around Agilo. I have downloaded it and installed it on a box with Windows Server 2008 R2. I have ran the run.bat file which runs the server and tested the page on that machine e.g. http://localhost:81/ and everything works fine. My problem is when i try an access the agilo web site from another machine on my...

Commit Early Commit Often With Code Reviews?

Hi, I'm looking for advice/experience/best-practices on how to get a team of developers engaged in a commit early commit often work paradigm while still benefitting from a thorough code review process. We currently use review board and it is policy that no code be committed to SCM w/o a peer review. While I completely embrace code revie...

What is the best way to handle multiple projects when you have a single development team?

Is Agile/Scrum the answer? How does Scrum handle this? One Product Owner, One PRoduct Backlog vs Multiple Product Owners and Product Backlogs? How is it working for you? Please share your success failure stories? I am trying to put a process together to manage multiple queues of work ranging from Infrastructure projects, simple featu...