rest api feeds - filter test case by multiple test suite
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
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
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.