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 ?
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
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
hi thanks Daniel
Not sure what field that is "actual result" is that a custom attribute or do you mean "title"?
Hi , please have a look at the image attached which describes the webpage
Sorry unable to attach image !!
actual results is title
in which we have to fill the results.
Hi , I am getting the same response as u r getting
Note: -<ns2:stepResultsUpdateStatus>NOMODIFICATION
I see this in GET response, is that a problem ? or just showing that not modified ?
Hi Pavan, I also get that same value in stepResultUpdateStatus so I don't think that is your problem. Sadly I am at a bit of a loss now.
PS:- I see that i can change the <title> but Not the stepResults
I think it is some kind of limitation
Any workaround ?
Hi Pavan,
Comments
HI, i am doing GET and PUT on <executionresult>, not the <executionelementresult >.
And PUT is accepted in this
Hi Pavan, I agree with you but it is that the executionelementresult is a nested element, not the primary, so it is the executionelementresult that you are trying to do a Nested PUT on. Please see this section : RqmApi < Main < TWiki (jazz.net), you will note that the following is allowed:
Comments
Don Yang
Jan 06 '21, 11:13 p.m.pavan kumar
Jan 07 '21, 5:51 a.m.Hi followings are the details
1) RQM 6.0.6
2)REST CLIENT Mozzila firebox browser
3) two headers
i) Accept : text/xml