Can we create new "test artifact" in RQM using rqmurlutility(POST method)?
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. |
One answer
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
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.
Comments
I use RQMUrlUtility for same and executed following command:
Are you trying to use PUT or POST? If you try to create a new artifact, you cannot POST to an existing one.