It's all about the answers!

Ask a question

Where can I get the veredict of every single test step result?


Rafael Rodriguez Montes (23013126247) | asked Jan 29 '15, 4:32 p.m.
 Hello, 
I'm working with RPE and I'm getting the details of every single step result but when I try to get the  (pass/fail/inconclusive, etc) and When Use result I get this: 
com.ibm.rqm.execution.common.state.notrun

Also I want to get the step number and when I use Testdatarow I get this: <data attribute not found>

so how could I get these information? are located on other table?

Thanks

One answer



permanent link
Paul Slauenwhite (8.4k12) | answered Jan 30 '15, 6:26 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
See:

1. er:result:

The state of the step. Permissible values are those allowed on the execution result state.

Source: https://jazz.net/products/rational-quality-manager/api-doc-5.0.2/schemas/executionresult_xsd/elements/stepResult.html#a18:

That is, see https://jazz.net/products/rational-quality-manager/api-doc-5.0.2/schemas/qm_xsd/elements/executionresult.html#a5.

2. stepIndex:

[READ-ONLY] The one-based order index of this step result within a group of step results.

Source: https://jazz.net/products/rational-quality-manager/api-doc-5.0.2/schemas/executionresult_xsd/elements/stepResult.html#a5

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.