Quality Manger - ReqPro Bi directional Integration.
Hello,
I have the traditional integration between Quality manager and Requisite Pro, where I can see the requirements in Quality Manager, but if I want to see the Test cases linked with Requirements in Requisite Pro Side, how can I do that? Exist any script for do that ? Can I add an custom attribute in Requisite pro showing the list of Test Cases linked ? or something like that? or is possible to develop it using API of ReqPro? Thank you. |
One answer
There is no Rational integration to do this, however it seems like you should be able to implement this yourself.
If ReqPro will let you add the custom attribute as a text field for the test case link, there is an API for you to access the requirements:
http://pic.dhe.ibm.com/infocenter/reqpro/v7r1m0/topic/com.ibm.reqpro.help/integ/r_components_integ.html?resultof=%22API%22%20%22api%22
RQM also has an API (https://jazz.net/wiki/bin/view/Main/RqmApi) and Utility to make requests (https://jazz.net/wiki/bin/view/Main/RQMURLUtility). It's available for download on jazz.net under the All Downloads tab.
You can query test cases for their requirements links using the etlmode=true parameter.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.