RQM : How to get the data from section via OSLC
Accepted answer
As far as I can tell:
OSLC does not return HTML. If you want the data about a test plan, you should be able to get that from ETM/RQM using OSLC. The data will be supported formats e.g rdf+XML or Json but not HTML.
It is important to be aware that a presentation (e.g. HTML for a section of a test plan displayed in the browser) is usually not the same data returned from an API for an object such as said test plan. It is a representation of parts of that data.
Comments
Hello Ralph Schoon,
Thank you for the answer. Could you please provide me a sample OSLC to fetch each section details.
Thanks in advance..
Sorry, like anyone else I would have to look into the specification to learn the API. Here some hints:
https://jazz.net/wiki/bin/view/Deployment/CLMProductAPILanding as a general starting point.
See the Exlipse LYO OSLC libraries e.g. for ETM.