Where can I get the veredict of every single test step result?
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
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
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