-
As a developer I would like to be able to reference requirements in the implementation of production and test code (e.g. via UID in doxygen/docstring). Is this possible already? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
This feature has been implemented a while ago, but I am pretty sure it has not received enough testing. Stay warned of possible issues and rough edges. I am finishing the initial ReqIF support and the plan is to release the reqs-files traceability and ReqIF documentation in a same release (probably it's time for a good 0.1 version). For now, you can check the integration tests for this feature here: The command that you use in that case is |
Beta Was this translation helpful? Give feedback.
-
Are there other requirement interchange formats in addition to ReqIF btw? |
Beta Was this translation helpful? Give feedback.
-
Not that I am aware of. I have only seen this one doorstop-dev/doorstop#507 but have never looked into its details. |
Beta Was this translation helpful? Give feedback.
This feature has been implemented a while ago, but I am pretty sure it has not received enough testing. Stay warned of possible issues and rough edges.
I am finishing the initial ReqIF support and the plan is to release the reqs-files traceability and ReqIF documentation in a same release (probably it's time for a good 0.1 version).
For now, you can check the integration tests for this feature here:
tests/integration/commands/export/html/file_traceability
.The command that you use in that case is
strictdoc export ... --experimental-enable-file-traceability
, see the tests.