It's all about the answers!

Ask a question

Acessing TC in Rational Quality Manager using c#


Arshad Ahamed (1126) | asked Mar 03 '16, 5:39 a.m.
 Hi i am really new to  this area. I need to retrieve all the test case from RQM using c#. After some research i found that its possible through OSLC and REST API. But i couldn't find any sample resource for both the API.  Is there any sample or tutorial for retreving data from RQM using c# by rest API 

One answer



permanent link
Paul Slauenwhite (8.4k12) | answered Mar 03 '16, 7:11 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
Java utilitiesHi Arshad,

You have two options:

RQM OSLC API
RQM Reportable REST API

I would suggest the RQM Reportable REST API since it supports more resource types (see https://jazz.net/wiki/bin/view/Main/RqmOslcQmV2Api#RQM_Reportable_REST_API). 

Although there are not samples, you should start with the Common Usage Scenarios, using a HTTP client such as HTTP Requester.  Once you are comfortable with using the RQM Reportable REST API, you can use the C# HTTP libraries to invoke the RQM Reportable REST API.

Note, there are several Java utilities, including source code, that you can use/refactor.

Comments
Arshad Ahamed commented Mar 03 '16, 11:38 p.m.

 Hi  Paul,

Thanks for your reply .I will look into it

Your answer


Register or to post 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.