views:

38

answers:

0

Is there any web-based tool (downloadable, not Saas) that allow maintaining all stages of programming project? I.e. it must have the following features:

  • software requirements specification gathering and adjucting, including
    • features
    • use cases
  • software design
  • QA test suites
  • implementation guides
  • techsupport guides
  • status (activity) control tools
  • multiple projects support (and relation between projects)
  • projects versioning support
  • issues/tasks tracking

Each feature must be not a plain/rich text document but the formalized set of properties, there should be possible to link to another components (for example, from QA test link to corresponding use case(s) etc) like it's done in wiki engines.

Something like ReadySet except not in files but in handy web ui, with data edits history etc. And again, it must be not a WIKI-like system with bunch of independent documents but an integrated system.

related questions