Path to finding a Test Case using OSLC, REST API or CLI
I am trying to use the OSLC to get a list of my Test Cases from my Test Plans.
So I start from the beginning using the help from this website.
RootService:
<!-- Quality Management services catalog --> <oslc_qm:qmServiceProviders xmlns:oslc_qm="http://open-services.net/xmlns/qm/1.0/" rdf:resource="https://zzzzzz.zzzz.zzzz.zzzz:9443/qm/oslc_qm/catalog" />
Catalog:
<oslc:ServiceProvider ns12:type="oslc:ServiceProvider" rdf:about="https://zzzzzz.zzzz.zzzz.zzzz:9443/qm/oslc_qm/contexts/_rutRAgjwEee_eeoOInJ4Vg/services.xml"> Services: <oslc:queryBase rdf:resource="https://zzzzzz.zzzz.zzzz.zzzz:9443/qm/oslc_qm/contexts/_rutRAgjwEee_eeoOInJ4Vg/resources/com.ibm.rqm.planning.VersionedTestPlan"/>
Planning.VersionTestPlan:
This is where i am stuck at... Within that last call (Planning.VersionTestPlan) I do find my Title: <dcterms:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">SandboxForIBMTools</dcterms:title> So now I am trying to get a list of Test Cases (3058 and 3057). I tried doing every link inside the </df:Description> tag but it would only open up the page itself in a browser. What I am wanting to accomplish is to: 1) Pick any Test Case and run it. 2) Go into one of those and get the Test Scripts list (and do the same as #1 after that).
I'm looking to do all of this via the OSLC, REST API or CLI. Can you give me some examples of the path I need to follow in order to get to my destination?
|
One answer
Sunil Kumar R (1.1k●1●33●44)
| answered Jul 26 '19, 6:48 a.m.
JAZZ DEVELOPER edited Jul 26 '19, 6:52 a.m. Hi David, you could use the path below..
|
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.