Retrieve Test Scripts from RQM using OSLC 1.0
Hi All,
I have created a Console Application for RQM using OSLC v 1.0, I need to retrieve :-
1.Test Cases.
2.Test Scripts.
3.Test Case Execution Record.
I retrievedTest Cases from RQM using OSLC V 1.0.
But was not able to retrieveTest Scripts and Test Case Execution Record .
Any help in how to retrieve these records will be appreciated.
Thanks Community.
Regards,
Akki
akshansh.khare@accenture.com
I have created a Console Application for RQM using OSLC v 1.0, I need to retrieve :-
2.Test Scripts.
3.Test Case Execution Record.
I retrieved
But was not able to retrieve
Any help in how to retrieve these records will be appreciated.
Thanks Community.
Regards,
Akki
akshansh.khare@accenture.com
7 answers
Unfortunately, no. OSLC QM V1 only supports test plans/cases. If you are using RQM 3.0.1+, you can use the OSLC QM V2 API (http://open-services.net/bin/view/Main/QmSpecificationV2) that supports test plans/cases/execution records/scripts/results or the RQM Reportable REST API (http://jazz.net/wiki/bin/view/Main/RqmApi).
Hi all,
Regarding this thread, I need more primitive assistance.
What is the http GET request that retrieve all/some (filtered) Test Cases in my project? (And test Scripts?)
I'm looking for the RM equivalent for the following CCM query:
I'm looking for the RM equivalent for the following CCM query:
===================================================
GET https://<server>:9443/ccm/oslc/contexts/_SJLtEIkAEeK3yO0Z77xRYA/workitems?oslc_cm.query=oslc_cm:searchTerms="test"&oslc_cm.properties=dc:title
Accept: application/x-oslc-cm-change-request+xml
===================================================
Accept: application/x-oslc-cm-change-request+xml
===================================================
Where can I find full guide for creating such queries?
Thanks, Idan.
@Idan :
please check these "cheat sheets" / "How tos" in this blog. It's sample-based :
http://sleroyblog.wordpress.com/2013/04/09/querying-rqm-40-through-oslc-and-rest-api/
Regards,
Stéphane
please check these "cheat sheets" / "How tos" in this blog. It's sample-based :
http://sleroyblog.wordpress.com/2013/04/09/querying-rqm-40-through-oslc-and-rest-api/
Regards,
Stéphane