It's all about the answers!

Ask a question

RQM API - How to Update Test Suite Execution Record by Individual Test Cases result in Test Suit


Ismayil NV (112) | asked Oct 29, 1:12 p.m.

Hi All

 I want to run Test Suite Execution record with All test cases which is already in the Test Suite. I'm having Test Case ID and its Result (Pass or Fail) then Test Suite ID, Test Suite Execution Record ID and Test Plan ID. With these details. I want to Run Test Suite Execution. Please help me with proper example codes and reference to perform this operation using REST API in Python.

Thanks in Advance

One answer



permanent link
Ralph Schoon (63.5k33646) | answered Oct 30, 3:40 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Here is our entry page for the available APIs and documentation if available by product: https://jazz.net/wiki/bin/view/Deployment/ELMProductAPILanding


If you want to use REST APIs in Python, you should browse Python forums. You need a library such as requests. You need sessions. For some considerations about authentication and login, see https://rsjazz.wordpress.com/2021/10/15/elm-authentication/ . The blog series also explains some characteristics of the APIs, even if it is mostly from the EWM perspective. 


Comments
Ralph Schoon commented Oct 30, 7:55 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

I should add, that both, the Reportable REST API and the OSLC QM API https://oslc-op.github.io/oslc-specs/specs/qm/quality-management-spec.html support CRUD operations.

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.