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.
One answer
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
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.