Can you set the weight distribution of a test result via OSLC?
Hi,
Is it possible to set the weight distribution of a test result via OSLC?
Up to know I found some information that it might be possible using rqm reportable api (see Paul's post here: https://jazz.net/forum/questions/90067/can-you-set-the-weight-distribution-of-a-test-result-from-a-command-line-execution). But I didn't found any information if it's possible doing this with OSLC.
I checked the following links:
https://jazz.net/wiki/bin/view/Main/RqmOslcQmV2Api
http://open-services.net/bin/view/Main/QmSpecificationV2
Do I have to switch to the rqm reportable api?
Thanks
Michael
Is it possible to set the weight distribution of a test result via OSLC?
Up to know I found some information that it might be possible using rqm reportable api (see Paul's post here: https://jazz.net/forum/questions/90067/can-you-set-the-weight-distribution-of-a-test-result-from-a-command-line-execution). But I didn't found any information if it's possible doing this with OSLC.
I checked the following links:
https://jazz.net/wiki/bin/view/Main/RqmOslcQmV2Api
http://open-services.net/bin/view/Main/QmSpecificationV2
Do I have to switch to the rqm reportable api?
Thanks
Michael
One answer
Yes, you can set the rqm_qm:weight (note the RQM name space) using the RQM OSLC API. Check the resource shape for more information. In addition, you can set the execution result weight (see https://jazz.net/products/rational-quality-manager/api-doc-4.0/api-files/schemas/qm_xsd/elements/executionresult_2.html#r27) using the RQM Reportable API.