RQM 5.0 : How to export Test case custom sections and categories into an XML format
I have tried Firefox poster plugin to export Test cases in xml format but output is not as per need. so many unnecessary links are being imported and most impotently only few section values are exported. can someone suggest me way to Export all the Test sections [including customs section ] and categories value in xml file as per required format. This file will be used as an Input to other tool so format is also very important. Thanking in Advance. :) :)
Accepted answer
Naveen,
To follow up on Subramanya comment
The REST API request to return the XML of a Test Case would look like this
https://<HOST>:<POSRT>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<Project Area>/testcase/urn:com.ibm.rqm:testcase:<ID>
For example
https://MyRQMServer:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Project1+%28Quality+Management%29/testcase/urn:com.ibm.rqm:testcase:6
Be sure to include the 'accept' header with a value of text/xml or application/xml
You can also include the parameter 'etlmode=true' to include additional information. As noted by Subramanya, please use the REST API reference as a guide
Comments
Hi Ara,
I have tried this by poster plugin but i am new to OSLC. I am wondering, where should i start to implement these Rest API through Java. ?
Hi Ara,
I have tried this by poster plugin but i am new to OSLC. I am wondering, where should i start to implement these Rest API through Java. ?
Naveen
I would start by reviewing the REST API WIKI
This is a complete overview of the syntax/functionality for the REST API