How to export all Test Cases and Test Scripts from RQM
Hello,
One answer
I found this earlier post. Ara explains how to use the REST API to get the Test Scripts in XML. In the last comment Christophe shows how to get the actual Test Script steps in Excel. Does this help?
https://jazz.net/forum/questions/129368/export-test-script-steps-from-rqm-to-excel-v402
You may need to refer to this for more details on the REST API
https://jazz.net/wiki/bin/view/Main/RqmApi#Usage_Basics
Comments
Thanks for update. Yes We tried using REST API. It will give in xml format. But it gives only the summary...say ID and title. We need to get steps also for for all test scripts in PA. Please let how we can get all information in excel format.
When I tried a REST API call in RTC 6.0.3 it collected all the information in the test script including the sample step.
My project area uses unicode chars, but is otherwise like Ara's example:
https://clm.jkebanking.net:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/JKE+Banking+%28%E5%93%81%E8%B3%AA%E7%AE%A1%E7%90%86%29/testscript/urn:com.ibm.rqm:testscript:7
I added the Accept header: application/xml
Here is the Test Script:
Here is the result in the REST call from browser:
Did you check the steps at the end of the post from Christophe Lucas using the Excel Importer? That looks like a good option to get the steps and images as Excel.