Questions tagged [traceability]
31 questions
9
votes
5 answers
Continuous Integration: how do you tie back your builds to requirements/tasks/bugs?
How do you answer the following questions from managers, testers and other people in your team:
In what build is bug #829 fixed? What tasks have been completed in our current test build?
So simply put, how do you achieve traceability of your…

Wim
- 11,998
- 1
- 34
- 57
7
votes
3 answers
Tools to automate IEC 62304 and FDA standard requirements
I am looking for a free software tool (or set of tools) to automate the document generation that requires the IEC 62304 and the FDA V&V standards (Software of Medical Equipments).
Basically, to maintain traceability between different documents,…

Scrooge
- 71
- 2
5
votes
1 answer
Traceability with XSD
I am trying to let my XML schema handle a little traceability functionality as I'm gathering requirements while I read through some functional specifications. (Not ideal for requirement management, but at least its a start.)
What I'm doing is…

blastthisinferno
- 529
- 1
- 6
- 18
3
votes
1 answer
Manage TFS "Affected by" Links for many Work Items
I love being able to manage Parent-Child TFS Links in Excel with the "Open Query in Microsoft Exel" button in Visual Studio. I can create a Parent-Child relationship between two work items in Excel by cutting the child row, pasting it under the…

PJSimon
- 343
- 1
- 18
2
votes
2 answers
What is the best tool to maintain the traceablity
The tool which can be used to trace requirements specifications, design documents, source code, test plans.

bala
- 2,231
- 2
- 14
- 9
2
votes
2 answers
Are there any good ruby testing traceability solutions?
I'm writing some ruby (not Rails) and using test/unit with shoulda to write tests.
Are there any gems that'll allow me to implement traceability from my tests back to designs/requirements?
i.e.: I want to tag my tests with the name of the…

Stewart Johnson
- 14,281
- 7
- 61
- 70
2
votes
1 answer
Is there an easy way to automate keeping track of files generated and saved in python?
I don't know if there is an easy way of doing this that doesn't rely on manually writing down what the saved outputs from a script are so open to any suggestions.
I want a function that runs at the end of my script and that automatically generates a…

Agustin
- 1,458
- 1
- 13
- 30
2
votes
1 answer
How can I find all cell references in a row that contain a value, and display them in one cell?
The Problem:
I have an Excel sheet that I am using for a fairly large requirements traceability matrix using the columns for QA test case numbers, and the rows for the requirements. I have provided the ability show the number of test cases that have…

Travis Austin
- 103
- 6
1
vote
1 answer
Annotating templates (ModuleElements) in Acceleo
I was wondering if I can easily annotate Acceleo templates and then get these annotations when working with TraceabilityModel.
Acceleo is now using an annotation to determine entry points for generation:
[comment @main]
So I am asking, if I can use…

MacJariel
- 55
- 6
1
vote
2 answers
Traceability Matrix between Requirements and Design Document
I have been asked to create a traceability matrix that maps between the Requirements and Design document. I am having a lot of trouble working out how I link a single requirement to the design as the link is nearly always 1:M and is therefore…

StrictlySocial
- 697
- 2
- 10
- 19
0
votes
0 answers
How to read the request id from http request header and delegate it to (all) http clients in a spring boot app
Reading of the incoming HTTP Requests with the request id is done by a jakarta.servlet.Filter.
@Component
class MdcFilter : Filter {
private val log = KotlinLogging.logger {}
override fun doFilter(request: ServletRequest?, response:…

nusmanov
- 451
- 4
- 15
0
votes
0 answers
Can someone help me create an agri-processing traceability app using the XRPL?
I am developing a proposal for the introduction of traceability along the supply chain for a local agri-product, I have been introduced to Substrate, however, I would like to use the XRPL for the creation and recording of key activity and KPIs along…
0
votes
1 answer
requirement traceabilty in gitlab
In the gitlab documents https://docs.gitlab.com/ee/user/project/requirements/ it is written that "The ability to add and edit a requirement’s long description introduced in GitLab 13.5., and Moved under Issues in 14.4 …
0
votes
0 answers
Traceability of changes by users in deployment server of web forms published code
We have a deployment server that has 4 users, the credentials of 3 users have been distributed among the 3 deployments responsible while one is general for connectivity through application to the database. Now someone is changing the code to the…

Tabby
- 91
- 1
- 1
- 10
0
votes
1 answer
Requirements coverage without tracebabilty matrix
How to check whether the test case has covered all the requirements other than tracebaility matrix.

Ram
- 1
- 1