Re: [Doxygen-develop] Feature request/discussion: Trace to requirements
Brought to you by:
dimitri
From: Randall, L. <l-r...@ti...> - 2007-09-07 15:46:35
|
If you are trying to meet CMMI, you actually need BI-DIRECTIONAL traceability to both requirements and to test cases. (It would be interesting to know if anyone has done this in code.) We could use aliases in code, but that does not address the issue of how one traces from the test case(s), through the code, through the detailed software requirement(s), through the functional requirement, to the conceptual or marketing requirement -- AND the reverse. The solution we implemented is a traceability matrix. Regards,=20 Larry Randall -----Original Message----- From: dox...@li... [mailto:dox...@li...] On Behalf Of Greg Stern Sent: Thursday, September 06, 2007 22:44 To: dox...@li... Subject: [Doxygen-develop] Feature request/discussion: Trace to requirements Hello. I was thinking about creating a tool which would add traceability from code=20 and doxygen pages to "requirements". Requirements traceability analysis (in=20 my professional experience) seems to be a major gap in existing tools out=20 there today. Basically, I'm thinking of adding two tags: @traceTo (output) and @traceFrom (input/source). Perhaps more future advanced=20 requirements would define layers/groups of traces (from Software Designs,=20 Software Requirments, System Requirements, etc). In general, I think this could create: 1) Hyperlinks to source requirements in a page 2) Pages of requirements analysis, specifically: Trace matrix, Code that has=20 no requirements, Code that has no output, etc. I'm still working out how to interface with requirements databases / where the=20 requirements would be stored. But before I started any more in depth=20 research, I figured I would post a query to this mailing list and see if you=20 have either a) thought of this before / started implementing down this road=20 or b) know of others that have. Greg ------------------------------------------------------------------------ - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Doxygen-develop mailing list Dox...@li... https://lists.sourceforge.net/lists/listinfo/doxygen-develop |