Requirement Tracebility matrix in RPE From RQM
2 answers
You may refer the article https://jazz.net/library/article/1241 that also has link to sample traceability template.
Trying looking at this previous series of documents on generating Compliance Reports from RQM and DOORS NG
https://www.ibm.com/developerworks/views/rational/libraryview.jsp?sort_by=&show_abstract=true&show_all=&search_flag=&contentarea_by=Rational&search_by=generate+compliance+documents&product_by=P%3ARational+Quality+Manager&topic_by=-1&industry_by=-1&type_by=All+Types&ibm-search=Search
Was originally on Developer works. Parts 1 & 2 pretty much explain how to do what you want to do.
One thing that isn't documented so well is that when we configure the URI for the 'TestPlan' and then when we do the datasource switch from TestPlan to TestCase you need to have the following appended to the end of the uri:
+"?calmlinks=True"
It's switch that is needed so that the Requirement Links are evaluated when the TestCase is loaded, otherwise no links are discovered by RPE that can then be traced to.
Comments
Ben Sharples
Sep 03 '18, 4:32 a.m.What are you trying to achieve in more detail?
For example are you looking to loop through all requirements in a Test Plan and show the Test Cases linked?
Or linking through all linked Requirements to a Test Case and show associated Requirement information.
Also is your Requirements Source Requirements in DOORS NG or are you using traditional DOORS v9.x as the requirement source
sreenath v
Sep 03 '18, 5:37 a.m.