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
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.
- In the view to browse test cases, "Test Suites" is not included in available columns.
- In the test case section of a test suite, there is no menu to export csv.
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