vote up 12 vote down star
4

I am looking for free and/or open source requirements management tools. Does anyone have any experience with these tools and can recommend one or two? Thanks.

flag

10 Answers

vote up 1 vote down check

The most basic needs of any project are the project context (boundaries and scope of what will be developed or altetered), the objectives, the requirements that fulfill those objectives, a functional decomp / process map / activity diagram, and the ERD. One of the best tools for most of those items is Word. This is the easiest to update and make stuff pretty for the execs.

Otherwise, yEd is a good diagramming tool. There is also a comprehensive UML modeling tool called StarUML that is a full fledged UML modeling tool and will output Use Cases to MS Word. It also will generate C# for you as well. The diagram is generates can be exported to .jpg as the diagram format is unto itself. It works well for quick modeling of activities, classes and interactions.

link|flag
'One of the best tools for most of those items is Word.' speechless – mozboz Feb 18 at 18:06
1  
my mind has been blown. I didn't know people thought this way anymore – Matt Briggs Feb 18 at 19:29
I did say 'for most". Clearly you can not use Word for diagramming, but if your exec's eyes glaze over at diagrams, you need to use English. Hence Word. Most business units will NOT go to a WIKI to look at requirements. Sad, but painfully true. – David Robbins Feb 18 at 19:30
Requirements management is also linked to development activities you know. In which case Word documents are close to useless. – Rollo Tomazzi Apr 4 at 20:00
vote up 0 vote down

Hi

A great tool for requirements management is QPack. Actually it provides a full application lifecycle management, including also testing and defect tracking.

They have a free edition designed for small teams

These are the links, hope it helps!

http://orcanos.com/Requirements%5Fmanagement.htm

David

link|flag
vote up 1 vote down

Check out Code Roller whose community edition is free forever and unfettered by number of users or time. Code Roller offers more than just requirements management. It provides management for the complete life cycle of the application, from requirements to analysis to design to implementation to testing to deployment. Automation tools facilitate converting deliverables from each phase to the next without losing that relationship so you can always track back through the thread of decisions that were made. In addition to requirements management, you get change management, release management, document management, compliance management, the works.

Sounds too complicated? Not really. Check out this introduction and see for yourself.

link|flag
vote up 0 vote down

You could use Drupal for pretty much everything requiring collaboration. We have used for requirements gathering , bug tracking , doc sharing etc.

Just create the proper book / folder / content structure and start adding stuff.

It takes 2 hours to set up on any Linux or Windows box.

link|flag
vote up 0 vote down

If you have a small team, take a look at www.artifactsoftware.com. It's free for 5 users, web-based (no install), and includes project planning, gantt charts, change management, test management, and defect management. Since everything is in one tool, you can trace requirements through the entire life cycle.

link|flag
vote up 1 vote down

If you don't need overly polished output, you may try a Wiki. I liked TWiki, because it allows you to structure pages with attributes (forms in their speak). So you can define your templates for requirements, use cases, dictionnary entries etc. You get revision control for free and publishing with PDF is good enough for many cases

link|flag
vote up 0 vote down

This decision largely depends on how you're gathering and documenting your requirements, and how large your team is.

If you have a small team (<5) then I would recommend you have a look at Mingle (http://studios.thoughtworks.com/mingle-project-intelligence). Its not open source, but is free for 5 users and provides much more than just a log of the requirements.

link|flag
Well, actually it's free for the first 5 users in a 6-months or 12-months subscription plan. Now you have questions right, like 'hmmm, what will happen in 6 or 12 months time?'... – Rollo Tomazzi Apr 4 at 20:02
vote up 2 vote down

The problem with Requirements Management Tools is a lot ( most? ) organisations after installing them then seem to think that that's it, Requirements are now sorted.

IMO the best tool for requirements management is training and experience of your stakeholders, keeping the text of the reqs and even tying them to tasks is actually usually the least troublesome bit.

link|flag
I'm thinking that you are right, coupled with a version control system that can handle binary files well, a good spreadsheet app, and a good document editor (OpenOffice covers both for me quite well). – Thomas Owens Oct 2 '08 at 23:00
You're missing the point. The real question is how all of these bits and pieces integrate with one another, without having someone(s) working full time just on that. Very close to a management nightmare – Rollo Tomazzi Apr 4 at 19:56
vote up 0 vote down

http://sourceforge.net/projects/osrmt

link|flag
Do you have any comments or thoughts about it? A link by itself means nothing to me or anyone else. – Thomas Owens Oct 2 '08 at 22:51
vote up 0 vote down

I found the Open Source Requirements Management Tool (that's its name) on SourceForge.

After installing, I found that it was a client-server model tool, which I don't really like. In order to use it, I must start a server application and connect to it with the client. Although once I did that, it appeared to be a decent application, but not really what I was looking for.

However, I have yet to find anything better, so I might use it.

link|flag
Not updated in the last 2 years... – Rollo Tomazzi Apr 4 at 20:05

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.