How to retrieve requirement collection data which is linked to the test plan?
Hi Team,
I am working on an RPE template that should display the Test plan name and the title of the module that is linked to the test plan in the test plan's Requirement Collection section.
I am trying to print the module name using the below query, but it is not printing any data even though my test plan has module linked to it.
feed/entry/content/testplan/requirement
Is there any other query from the ETM Feed data source for the test plan I should use to retrieve this data?
Any help on this is appreciated.
Thanks in advance
One answer
Hi Deepasshree,
We have one OOTB Template named - TestPlan-TestCase-WorkItem-Requirement.dta, which is doing same thing. Printing DNG data from Testplan. It uses Data source configuration element to fetch data of Requirement. Can you please take a reference of that template?
Thanks