It's all about the answers!

Ask a question

Access to Planned Test Execution Metrics Associated with an Iteration


Daniel Chirillo (1801823) | asked Jun 01 '16, 7:41 p.m.
Is it possible to get -- in the case where a test plan is linked to iteration(s) -- the number of points planned for execution (attempted/complete) for each date in the iteration that has an associated planned execution:



According to the XML schema documentation, this is handled by a testphase:
https://jazz.net/products/rational-quality-manager/api-doc-6.0.1/schemas/qm_xsd/elements/testphase.html

When I GET a testplan that is linked to an iteration, however, there is no testphase (in the XML): there is only a parentIteration, which doesn't seem to have any interesting properties:
https://jazz.net/products/rational-quality-manager/api-doc-6.0.1/schemas/qm_xsd/elements/parentIteration.html

One answer



permanent link
Daniel Chirillo (1801823) | answered Jun 02 '16, 8:27 a.m.
Figured it out:  you have to get a feed of test phases, then go through the phases, each of which has a reference to a test plan.

Your answer


Register or to post 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.