RPE 7.0.2 - ETM - Get a Test Case's Parent Test Plan(s) Dynamically
Hi,
If I'm publishing, how do I get from a test case to it's parent test plan?
i.e. I'm trying to publish traceability by:
Module < Requirement < Test Case(s) < Parent Test Plan(s)
...in a configuration managed project area.
It's the last bit I'm struggling with, dynamically configuring a datasource with the test plan FROM information available in the test case.
thanks,
Glyn
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Oct 17, 3:00 a.m.I have not done this myself, but the ETM reportable REST API might provide information that would allow this. https://jazz.net/wiki/bin/view/Main/RqmApi for example has a test case that has
/testplan/@href
Worst case you would have to start with the test plan and search down to the bottom.