How to feed url to get all the test cases with test suite @href for a particular test suite
I am using the below feed url to retrieve all the test cases in a particular test suite using test suite id using RQM_ULR_Utility RQM 7.0.2
First try with:
Second try with:
Follow documents to include test cases with a test suite property with a href property equal to ' <resourceUrl>'.
I used
<feedUrl>?fields=feed/entry/content/testcase/testsuite[@href=' <resourceUrl>']
However I not sure about containing
[@href=' <resourceUrl>'], for 2 given examples I retrieved many information and not relevant any test cases in a test suite which I had provided.