It's all about the answers!

Ask a question

rest api feeds - filter test case by multiple test suite


Glenn N (11113) | asked Nov 12 '15, 2:13 p.m.
Is there a way to filter test cases by multiple test suites (#1 and #2)? I can only make it work to single test suite filter


https://localhost:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Test+Project/testcase?fields=feed/entry/content/testcase/(*|testsuite[@href='https://ocalhost:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Import+Test+Project/testsuite/urn:com.ibm.rqm:testsuite:1'])

Also Is it possible to include associate test script to a test case using the above http request?

One answer



permanent link
Donald Nong (14.5k414) | answered Nov 13 '15, 4:28 a.m.
I believe the answer to both questions is NO. Using XPath does not seem to support "and" or "or" operators. The test script resource within the test case is of the "href" form, which you cannot expand to get its content.

Your answer


Register or to post 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.