How to get access to Testplans & Testcases via program
Hello,
I am writing a little program (in c#) to acccess the RQM and export the text within the test plans, test cases and test case designs (incl. predondition) to a wordtemplate.
Up till now I don't understand HOW to ACCESS the text, I am trying to export. Is this actually possible?
I'd share the finished program!
Thanks in advance,
kid D.
PS: if my remarks embarrass you - please don't hesitate to ask me for a better /detailed explanation.
I am writing a little program (in c#) to acccess the RQM and export the text within the test plans, test cases and test case designs (incl. predondition) to a wordtemplate.
Up till now I don't understand HOW to ACCESS the text, I am trying to export. Is this actually possible?
I'd share the finished program!
Thanks in advance,
kid D.
PS: if my remarks embarrass you - please don't hesitate to ask me for a better /detailed explanation.
3 answers
Hello,
Currently, we are using Rational Test Manager(TM) and have the integration setup between TM and CQ so that test cases can be displayed in CQ. TM has the COM API such as "TMServer.TMServer" and "tmsui.TMSAssetSelector" etc which can be called from VB or Perl.
Does anyone know how to do the same thing through RQM API?
Thanks a lot in advance!
Andrew
Currently, we are using Rational Test Manager(TM) and have the integration setup between TM and CQ so that test cases can be displayed in CQ. TM has the COM API such as "TMServer.TMServer" and "tmsui.TMSAssetSelector" etc which can be called from VB or Perl.
Does anyone know how to do the same thing through RQM API?
Thanks a lot in advance!
Andrew
I would suggest using the existing RQM/CQ integration:
http://publib.boulder.ibm.com/infocenter/clmhelp/v3r0m1/topic/com.ibm.rational.test.qm.doc/topics/c_rqm_cq_integration.html
In addition, you can GET all test resources and PUT/POST/DELETE most test resources using the RQM Reportable REST API (https://jazz.net/wiki/bin/view/Main/RqmApi#Resources_and_their_Supported_Op).
http://publib.boulder.ibm.com/infocenter/clmhelp/v3r0m1/topic/com.ibm.rational.test.qm.doc/topics/c_rqm_cq_integration.html
In addition, you can GET all test resources and PUT/POST/DELETE most test resources using the RQM Reportable REST API (https://jazz.net/wiki/bin/view/Main/RqmApi#Resources_and_their_Supported_Op).