views:

103

answers:

4

I'm looking for an Application Lifecycle Management tool for a team with about 15 employees. It should provide the following features:

General

  • Multi-user network system
  • dashboard for each user
  • should be suitable for Scrum
  • multiple projects

Issue tracker

  • separation of bugs, enhancements and new features
  • Issues should have: category, severity, status, description, file attachments, assignees, estimated time, needed time, progress
  • dependencies between issues
  • order by priority
  • hierarchical structure of issues and projects with accumulated key performance indicators depending on the hierarchy level (for example progress of a sub-project)

Product/Release Management

  • may be this could be simply treated as a project

Resources

  • user management with access control
  • working hours per employee, holidays
  • hourly rate per employee

Test management

  • create test cases
  • track test results (manual testing)

Reporting

  • overview of all projects with progress and costs etc.
  • resource monitoring

Change Management

Any recommendations?

A: 

ScrumWorks basic is a pretty good free, agile, application mangement tool. You might need to integrate a number of tools to get all the features you want for free. For example, there are many standalone bug trackers.

Pace
+1  A: 

Have a look at (intersection of Top ALM Tools and Solutions Providers and Scrum tools I'm aware of):

Pascal Thivent
A: 

Would it also be an alternative to connect and integrate different tools for each task? Because then you can take the best tool for the particular job. What youre describing however is rather one that fits for all situations and tasks on a medium level. Such integrated solutions would be the ones, listed in the Wikipedia article "Application Lifecycle Management" http://en.wikipedia.org/wiki/Application_lifecycle_management#Categories_of_ALM_tools

Cheers M.

Marta
+1  A: 

I would sugest Visual Studio ALM. It offers the full stack at a reasnoble price. Free if you have MSDN and at minimal cost if you are doing Java development. When you look at the Rational toolset pricing things become rather crazy.

The new Microsoft Visual Studio Scrum 1.0 template are designed by Ken and includes a 1-1 Scrum mapping.

All the data collected ends up in a data warehouse that you can query however you like.

http://msdn.microsoft.com/en-us/vstudio/ff625779.aspx

MrHinsh