Sorting Test Suites in RPE
One answer
You cannot add an elevated attribute (Special Attrbute) at feed/entry/content/testsuite for testplan/@href or testplan/id.
Hence you need to use fields filtering capability provided by RQM's reportable API:
First add the query feed/entry/content/testplan, sorted by feed/entry/content/testplan/webId.
Add a Data Source Configuration element for TestSuiteFeed data source. Set its URS as following:
var pos=identifier.indexOf(/testplan/);
var configURI=identifier.substring(0,pos);
configURI=configURI + "/testsuite?fields=feed/entry/content/testsuite[testplan/@href='" + identifier + "']/*"
configURI;
Comments
We only have one test plan number so we are not really sorting the test plan - just the suites under it.
I have added the template that we are using for reference.
https://www.dropbox.com/s/4i7589qc8afs8vd/RPE_Template.dta?dl=0
Comments
Jessica Hutchinson
Dec 14 '20, 12:00 p.m.I have added the template that we are using for reference.
https://www.dropbox.com/s/4i7589qc8afs8vd/RPE_Template.dta?dl=0 <o:p> </o:p>