How to insert/add a test execution record in rqm using c# given the test case ID
Dear All,
I want to add a new Test case Execution Record in RQM programmatically in C#. Actual scenario is I have my own automation testing tool When I execute the test case in my tool so one new test case execution record should be added in RQM.
I've seen Rest API and OSLC API.
but unable to understand the things as I'm new to RQM and restfull services. Please suggest me some code samples or examples to use Rest API or OSLC API to add new Test Case Execution RecordĀ given its ID.
Thanks.
Accepted answer
Hi Himanshu,
Take a look at the wiki page https://jazz.net/wiki/bin/view/Main/RqmApi
There is an open-source stand-alone java based utility, "RqmAPiUtility". You can download it and take a look at the source files. This would be a good starting point for you
https://jazz.net/wiki/bin/view/Main/RqmApi#RQM_API_Utility
Take a look at the wiki page https://jazz.net/wiki/bin/view/Main/RqmApi
There is an open-source stand-alone java based utility, "RqmAPiUtility". You can download it and take a look at the source files. This would be a good starting point for you
https://jazz.net/wiki/bin/view/Main/RqmApi#RQM_API_Utility