It's all about the answers!

Ask a question

Export RQM 2.0.1.1 iFix 5 test cases to Excel


NARESH CHERUKU (122) | asked Dec 18 '12, 11:42 a.m.
 Hi,
Can you please provide the solution to export the RQM  Version 2.0.1.1 iFix 5 test cases into the MS excel.

Regards,
Naresh Cheruku
C:224-388-5468

One answer



permanent link
Rajesh Avanthi (10815133173) | answered Dec 18 '12, 12:15 p.m.
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

Your answer


Register or to post your answer.