How to export bulk testcases from the RQM tool
![](http://jazz.net/_images/myphoto/edb3b755a6e7a7b3b1e78abcf81f4845.jpg)
2 answers
![](http://jazz.net/_images/myphoto/edb3b755a6e7a7b3b1e78abcf81f4845.jpg)
Hi Nirmal,
Please see http://www-01.ibm.com/support/knowledgecenter/SSYMRC_5.0.1/com.ibm.rational.test.qm.doc/topics/t_run_offline.html?lang=en
"Note: To run multiple manual test scripts off-line, select up to 50 test case execution records at a time and then click Run Offline. This creates a compressed file that you can import with the Excel Importer utility. The limit of 50 test case execution records exists to control the size of the exported data. (This feature is only supported for multiple test case execution records, not multiple test cases.)"
Thanks,
Brett
Please see http://www-01.ibm.com/support/knowledgecenter/SSYMRC_5.0.1/com.ibm.rational.test.qm.doc/topics/t_run_offline.html?lang=en
"Note: To run multiple manual test scripts off-line, select up to 50 test case execution records at a time and then click Run Offline. This creates a compressed file that you can import with the Excel Importer utility. The limit of 50 test case execution records exists to control the size of the exported data. (This feature is only supported for multiple test case execution records, not multiple test cases.)"
Thanks,
Brett
![](http://jazz.net/_images/myphoto/edb3b755a6e7a7b3b1e78abcf81f4845.jpg)
You can use the RQM Reportable REST API to read/query for various test artifacts, including test cases. In addition, the RQM API Utility supports reading all <resource type> resources and outputs their XML representation in an XML feed (ATOM XML schema) to the resources file or console (see readAll<resource type>Resources). Finally, you can export various test artifacts, including test cases to a CSV file from the test artifact table view.
Comments
NIRMAL KUMAR
Feb 05 '16, 4:34 a.m.Brett,