Questions tagged [traceability]

31 questions
0
votes
1 answer

Distributed tracing library - Custom trace id

As part of our spring application, we are using Spring Sleuth to inject traceid & spanid into the requests. This neatly works with SL4J via MDC integration to propagate to the logs as well. But running into issues with our organization not using B3…
0
votes
1 answer

Dynamic traceability view of multiple level linked Modules in DOORS V9.6

I have four modules A, B, C and D where in each module is linked i.e., A -> B -> C -> D. The lower level module has only reference to next higer level module. So i cannot draw links from D to B for example. My aim is to be able to see a top down…
chavalisurya
  • 91
  • 1
  • 1
  • 5
0
votes
1 answer

Linking items in Sparx Enterprise Architect Glossary

I'm looking for a way to link several items with each other in the Sparx Enterprise Architect Glossary. Is this a possibility? Example Term Definition Links to Fact Something that happend Follow-upRegistration Follow-up Action following a…
Xyrillion
  • 81
  • 1
  • 5
0
votes
1 answer

How can I find the hyperlinks referring to the cell in Excel ? Reverse of Hyperlink

Hi I want to find a way to trace back the hyperlinks that are referring to the cells. For Eg: There are 5 random cells in A column referring to D2 cell via hyperlink. So when I go to D2, how can I know what are the cells that are referring to…
0
votes
0 answers

How can I create test result traceability report in Power BI for results in Azure Devops?

We are using Azure Devops for requirements and manual testing. Looking for a way to use the oData connections to Power BI to create a traceability report that will link Features all the way to latest result of a test that should verify that…
0
votes
2 answers

How to track the span through different dependencies with Sleuth?

I'm learning how to track my distributed processes through all the microservices. I've been playing with Sleuth, Zipkin and different microservices, and it works fantastic! But when I try to do the same in a project interacting between the different…
JUAN CALVOPINA M
  • 3,695
  • 2
  • 21
  • 37
0
votes
0 answers

Data traceability to identify data referred for calculation

We need to perform certain calculations on a set of transactions using custom logic (will be written in Java or Python). The calculations will be performed on transactions for specific period (e.g. 1st Jan to 31st 2017) and as at the time of…
A B
  • 1
0
votes
2 answers

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 yourself) in the sense that when we create a new…
Clay
  • 1,273
  • 2
  • 16
  • 23
0
votes
1 answer

SQL Server Full traceability of a product

I'm creating a program that manages a manufacturing plant, and I need to show each product's traceability (all the paths it took from creation until it's final delivery. Let me show you an example: The plant creates the document A001, with quantity…
ThadiusZho
  • 41
  • 6
0
votes
0 answers

jar file build traceability

We use Eclipse, Maven, Subversion, Jenkins and Artifactory in our build process. We would like an automated way of storing build information (date, version number, etc.) in the resulting jar (and war) files, so that if a customer inquires as to the…
0
votes
1 answer

Traceability matrix in HPQC 10

We need to create a report with traceability matrix between requirements and testcases. I know HPQC 11 has a specific function for it, but I have only HPQC 10. Is there any way to create such a matrix in HPQC10? PS: example of matrix:…
Sergey N Lukin
  • 575
  • 2
  • 16
0
votes
1 answer

Cascading with traceability using NHibernate?

I have read on the inverse and cascade mapping attributes, and would like to know: Whether is it possible to use them in my scenario? And if it is, How to parameterize them accordingly? Let's say I have two classes, Customer and Invoice, both…
Will Marcouiller
  • 23,773
  • 22
  • 96
  • 162
-1
votes
2 answers

how to use traceability data

i've found many publications that talks about to find Traceability Links and how store them into matrix or other data structure like XML. I'd like to know if you know any publication on how traceability links are used. Thanks
-1
votes
1 answer

Traceability Matrix Chart on Flex

I need to generate a traceability matrix using FLEX 4. The closest thing i found was the plot chart, but it doesn't seem the right thing for me. Is there any feature or framework that could help me? I checked out the axiis framework but i didn't…
Jeyvison
  • 190
  • 1
  • 14
-1
votes
1 answer

Can I "Stamp" a .zip file with Data when a file is being downloaded?

is there a way that I can "Stamp" my .zip files with some type of hidden Data (like the email address of the buyer/downloader) every time that .zip is being downloaded? Basically trying to inject some type of Unique variable into the .zip, for…