How to add TCER entry in newly created TC
I am developing an application in .net which updates TCER status (Pass/Fail/Incomplete) using Java API (REST Service). I got a scenario where user has created new testcase but I am unable to update Pass/Fail/Incomplete status because there is no TCER entry in RQM server for particular Testcase. Is there any approach (API) where we can add any entry in TCER which help me later to update exact TC status.
Thanks in advance for your support.
|
One answer
If you already know how to update, it shouldn't be difficult to learn how to add.
Comments
Rajeev Ranjan
commented Nov 02 '17, 11:16 a.m.
Thanks for your guidance. I am completely new in RQM and got some update from other and I did for update using below query in my .net application but not sure how to create new entry. I can able to do once entry is there but not sure how to add.
It would be really grateful if you can provide some details. Thank you very much.
java -jar "C:\Program Files (x86)\Test App\RQMUrlUtility.jar" -command PUT -user $########## -password $########## -filepath "C:\Program Files (x86)\Test App\Temp.xml" -url "https://devqmserver.xxxxxx.xxxx.ae:9443/qm2/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Test Project/executionresult/urn:com.ibm.rqm:executionresult:"
|
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.