RQM API: How to create TCR for specific TCER
Hi
Question 1: How I get TCER detail. Following URl is not working for me.
Question 2:
I want yo create TCR for specific TCER. How I do that?
Eg. Project area - Cooking has TCER -> 1234 . I want to create TCR for TCER -> 1234. Can you share sample code for this ?
Can you help me with my both question?
-Thank you
One answer
Take a look at this thread on my blog - https://michaelrowe01.com/index.php/day-job/ibm-elm/generating-a-test-execution-record-via-api-discovery/ to see the flow.
Comments
Hi Michael
Thank you for respond
I can create TCR using Following Call
https://localhost:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/JKE+Banking+%28Quality+Management%29/executionresult
But how I Assign TCER for this TCR .or create TCR for specific TCER?
-vidya
Conceptually, in the discovery flow, you should find the endpoint to create your TCER. When you create the TCER, you would assign the TCR based on the requirements of the creationFactory you discover.