Tagged Questions
The traceability tag has no wiki summary.
8
votes
6answers
648 views
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 ...
3
votes
1answer
237 views
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, ...
3
votes
5answers
221 views
Maintaining traceability up-to-date as project evolves
During various projects, I needed to make sure that the use case model I developed during the analysis phase is covering the requirements of the project. For that, I was able to have some degree of ...
2
votes
2answers
72 views
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 ...
2
votes
2answers
104 views
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.
1
vote
1answer
383 views
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 ...
0
votes
0answers
31 views
Traceability between junit tests and source code at Eclipse
I want to develop a plugin for Eclipse to do the traceability between junit tests and source code....
Something like that ( http://dl.dropbox.com/u/43682/Traceability.png )... The "Test A1" cover the ...
0
votes
1answer
50 views
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 ...
0
votes
1answer
54 views
Requirements coverage without tracebabilty matrix
How to check whether the test case has covered all the requirements other than tracebaility matrix.
0
votes
2answers
806 views
An existing Traceability Matrix with Team Foundation Server 2010 — how to practice DRY?
We have an existing Traceability Matrix in Excel that has columns like:
Project
Business Rule Group
Requirement ID
Business Rule
Type
etc, etc
I would like to stay DRY (don't repeat ...