Export RQM 2.0.1.1 iFix 5 test cases to Excel
One answer
Hi Naresh
You can use RQM's REST API to export data in xml format. The only way I know is to export test script in XML using the RQMUrlUtil utility. You need to get the resource uri to run this command
Using the RQM Reportable REST API (https://jazz.net/wiki/bin/view/Main/RqmApi) to GET the test resources. Your client code would have to read the XML resource and generate a CSV file. See https://jazz.net/wiki/bin/view/Main/RqmApi#Common_Usage_Scenarios to get started.
Hope this helps
You can use RQM's REST API to export data in xml format. The only way I know is to export test script in XML using the RQMUrlUtil utility. You need to get the resource uri to run this command
Using the RQM Reportable REST API (https://jazz.net/wiki/bin/view/Main/RqmApi) to GET the test resources. Your client code would have to read the XML resource and generate a CSV file. See https://jazz.net/wiki/bin/view/Main/RqmApi#Common_Usage_Scenarios to get started.
Hope this helps