It's all about the answers!

Ask a question

Upload execution results into RQM via Java or .Net


cengizhan gunaydin (112) | asked May 02 '19, 2:32 a.m.
edited May 02 '19, 2:46 a.m.

 Hello,


We need to upload our test execution results into RQM through an application with Java.
So we want to specify the test case id in our application and then results will be saved into RQM side.
As a result, we need to change the test case status to failed or passed via API or something else and upload the attachments to the test case.
Is there anyway to do this approach? Could you please share some code examples if possible?

Thanks & Regards.

One answer



permanent link
Subhajit Bhuiya (6222) | answered May 03 '19, 2:57 a.m.
JAZZ DEVELOPER

 You can use reportable rest api or oslc api. You can check it at https://jazz.net/wiki/bin/view/Main/RqmApi. Sample OSLC code is available in Lyo project area along with sample RQM adapter - http://wiki.eclipse.org/Lyo/BuildClient#RQMAutomationSample. You can also use rqmurlutility to do GER and PUT on rqm resource using reportable rest api - details at https://jazz.net/wiki/bin/view/Main/RQMURLUtility

Your answer


Register or to post your answer.