It's all about the answers!

Ask a question

How to add TCER entry in newly created TC


Rajeev Ranjan (61) | asked Nov 01 '17, 5:06 a.m.

 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



permanent link
Donald Nong (14.5k414) | answered Nov 02 '17, 1:29 a.m.

If you already know how to update, it shouldn't be difficult to learn how to add.
https://jazz.net/wiki/bin/view/Main/RqmApi#Create


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


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.