It's all about the answers!

Ask a question

Can we create new "test artifact" in RQM using rqmurlutility(POST method)?


shweta ranaware (371751) | asked Oct 12 '17, 6:33 a.m.

 I am successfully edit test case using PUT request to rqmurlutility. But cant create new test case , execution record or test result using rqmurlutility. Please help.


Comments
shweta ranaware commented Oct 12 '17, 7:41 a.m. | edited Oct 16 '17, 2:12 a.m.

 I use RQMUrlUtility for same and executed following command: 



I just edited xml which was returned by GET command but it gives 400 error message


Donald Nong commented Oct 16 '17, 2:13 a.m.

Are you trying to use PUT or POST? If you try to create a new artifact, you cannot POST to an existing one.

One answer



permanent link
Mehul Patel (9695) | answered Nov 06 '17, 9:12 a.m.
FORUM MODERATOR

Shweta,


Command looks ok, hope you have - 
 - specified file path with appropriate slashes (either use \ or /). 
 - specified XML contains artifact tags as per the used url ( in your sample code <testcase.... </testcase> tag in xml.
 - check server log if it has any error.

Regards,
Mehul

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.