Test case actual results are not modified in RQM after completion of PUT request successfully
Hi, I did GET request and got the xml content , Then i modified the actual results in that xml and trying to PUT it again .After PUT i am getting code 200 OK (that means no error ) but when i actually see the results in tool results are not modified
please help anyone ?
Update
PS:- <actualResults> is not the title
I see that i can change the <title> but Not the <stepResults >
I think it is some kind of limitation
Any workaround ?
Sample code
PS:- <actualResults> is not the title
I see that i can change the <title> but Not the <stepResults >
I think it is some kind of limitation
Any workaround ?
Sample code
<ns16:stepResult href="https://qm.xxxx.oncloudone.com/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/EES+V_V+Certification/executionelementresult/_KOMdMVFtEeutaIe53Y8_aw" stepIndex="1" ns1:id="_KOMdMVFtEeutaIe53Y8_aw" endTime="2021-01-08T04:51:40.079Z" startTime="2021-01-08T04:51:40.079Z" result="com.ibm.rqm.execution.common.state.passed">
<ns16:startTime>2021-01-08T04:51:40.079Z</ns16:startTime>
<ns16:endTime>2021-01-08T04:51:40.079Z</ns16:endTime>
<ns16:result>com.ibm.rqm.execution.common.state.passed</ns16:result>
<ns16:expectedResult>
<div xmlns="http://www.w3.org/1999/xhtml">
<div dir="ltr">policy create </div>
</div>
</ns16:expectedResult>
<ns16:actualResult>
<div xmlns="http://www.w3.org/1999/xhtml">policy was created </div>
</ns16:actualResult>
<ns16:description>
<div xmlns="http://www.w3.org/1999/xhtml">1.create the policy</div>
</ns16:description>
<ns16:stepType>com.ibm.rqm.execution.common.elementtype.execution</ns16:stepType>
<ns16:tester ns7:resource="https://jts.xxxx.oncloudone.com/jts/resource/itemName/com.ibm.team.repository.Contributor/yyyy">yyyy</ns16:tester>
<ns16:comment/>
<ns16:compare/>
</ns16:stepResult>
2 answers
Hi Pavan, this is not an answer but it appears I cannot make a comment. In addition to Don's comment, please note that some of the fields are readonly as per the schema, so it depends what fields you were actually updating?
Comments
showing 5 of 9
show 4 more comments
Hi Pavan,
I can now see what you are trying to do and it appears as per https://jazz.net/wiki/bin/view/Main/RqmApi#Resources_and_their_Supported_Op this is not possible, it shows that you can only do a GET operation on an executionelementresult which is what you are trying to do a Nested PUT on. So the parent PUT works as you have not changed anything (presumably) and the Nested PUT is not attempted as it is not allowed.
Danny
Comments
Don Yang
Jan 06 '21, 11:13 p.m.pavan kumar
Jan 07 '21, 5:51 a.m.