How to export testcases to csv by a Test suite?
Hi
How to export testcases to csv by a Test suite? Does anyone have any ideas? I have confirmed following using RQM 4.0.3. My customer needs to export testcases to csv by a Test suite. But It looks difficult to do.
Thank you in advance Natsumi |
Accepted answer
Hello Natsumi, Yeah the .csv export feature does not seem to be there even on RQM v4.0.4 on the test case list of the suite. But what about alternatives?
* PDF export gives the list
* REST API like below gives the list
eg : GET on the URL below will get the list of Test Cases linked to Test Suite with id '29'.
https://clm:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/testPrj/testcase?fields=feed/entry/content/testcase/(*|testsuite[@href='https://clm:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/testPrj/testsuite/urn:com.ibm.rqm:testsuite:29])
Best Regards, Sunil
Natsumi Yokoyama selected this answer as the correct answer
Comments
Natsumi Yokoyama
commented Nov 17 '13, 10:00 p.m.
Thank you for your answer. :-) I could understand limitation and feature. I also found that we can export Excel data via a report "Test suites by Development State". Natsumi |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.