RQM Query based on Requirement Links
Hi,
I have in RQM a set of test cases and in Doors a set of requirement modules each one with its own set of requirement.
Each test case in RQM is linked to one or more requirements in Doors (belonging to different modules).
I would like to know if there is a possibility to perform a query in some way (trough RQM, with OSLC or other) in order to have a list of test cases with a link to the requirements to a specified requirement modules.
Thank you
Nicola
One answer
Hi Nicola,
You have a couple of options but all require associating the requirement module with a test plan containing the test case(s):
-RQM Reportable REST API (fields filtering for qm:testplan/requirementset/@href)
-RQM OSLC API (querying for oslc_qm:TestPlan/oslc_qm:validatesRequirementCollection)
You have a couple of options but all require associating the requirement module with a test plan containing the test case(s):
-RQM Reportable REST API (fields filtering for qm:testplan/requirementset/@href)
-RQM OSLC API (querying for oslc_qm:TestPlan/oslc_qm:validatesRequirementCollection)
Comments
Donald Nong
Jul 07 '14, 3:26 a.m.You should be able to do it with field filtering using REST API according to the below document.
https://jazz.net/wiki/bin/view/Main/RqmApi#Fields_selection_support