How to update "Tested By" field using REST API?
I am using RQM URL Utility to manipulate some RQM objects. One of them is Test Case Result - I would like to modify value of "Tested By" field. When I GET the TCR XML and edit field (ns13:tester) value and then execute PUT I receive HTTP 412. Sometimes I get HTTP 200, but I do not see the change in Web UI. Do you know how to deal with it?
Accepted answer
The qm:executionresult/executionresult:testedby property is read-only (see https://jazz.net/products/rational-quality-manager/api-doc-4.0.6/schemas/qm_xsd/elements/executionresult.html#a29).
Comments
Thanks for the answer. Do you know how to set it during Adapter execution? By default adapter takes user running the Adapter, but in our case (we use custom adapter to execute tests on many machines by many users) it is a bit more complicated and we want to somehow set it before recording result to RQM.