How to fetch more than 30 project area data in a single RPE Template?
Hi,
I am trying to fetch the test cases count of each and every project that are present in the qm application in a single template.
Is that possible through IBM RPE.?
Thank you
Meghana
|
One answer
You can use the project feed service to get the names of projects, their alias and urls. In RPE, add a projects schema (<integrationUrl>/projects?metadata=schema for getting schema and https://sptests:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/projects as data source URI). In RPE template, use Data Source Configuration element to construct testcase feed URL for each project. Using an internal variable, you can count the number of test cases in each project. You can print project title and test case count for each project.
|
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.