Software Alternatives, Accelerators & Startups

Ask HN: How do you keep track of software requirements and test them?

Doorstop ReqView
  1. Requirements management using version control.

    #Project Management #Software Development #Requirements Management 1 social mentions

  2. Simple and powerful requirements management tool enabling easy requirements gathering, traceability tracking and offline collaboration.
    Disclosure: I'm involved in the product mentioned - https://reqview.com Based on our experience with some heavyweight requirements management tools we tried to develop quite the opposite a simple requirements management tool.

    #Requirements Management #Project Management #Risk Management 1 social mentions

  3. Reqflow is a free and open-source tool for traceability of requirements across documents, designed to analyse documents with speed and efficiency.
    With a small team, I'm using an open source tool called reqflow (https://goeb.github.io/reqflow/) to track requirement to source code with a Doxygen keyword //! \ref RQ-xxxx. It's generating a traceability matrix and is quite simple to use (perfect for a small team). In my case, I'm using grep on the source code to create the traceability matrix. For tracking requirement to test, I'm using testlink (testlink.org) where you can enter your requirements from existing documents and linked them to test cases. The documentation is not perfect, better start here: https://www.guru99.com/testlink-tutorial-complete-guide.html You can go to Bitnami to get a docker image.

    #Project Management #Software Development #Task Management 1 social mentions

Discuss: Ask HN: How do you keep track of software requirements and test them?

Log in or Post with