How to update test case execution results as pass/fail using rest APIs
Hi Team,
We are trying to run test cases automatically, for that we have created excel sheet which containing test case ID and test script steps using Jazz reporting services.
Now this will be input to the application which is used to run it automatically. Now after running the same, we need to upload the result as pass/fail to the RQM again.
Using Rest API can anyone guide me to upload the results back to RQM.
Version is 6.0.6.1
Thanks
One answer
You can look up the available AIs here: https://jazz.net/wiki/bin/view/Deployment/CLMProductAPILanding
If you want to automate stuff, the https://jazz.net/wiki/bin/view/Main/RQMTestAutomationAdapterAPI Test Automation Adapter API might be the way to go. The other API that allows writing is the OSLC API: https://jazz.net/wiki/bin/view/Main/RqmOslcQmV2Api