Rest API - How to get the test plan,test suite,test cases via rest API.
![]() We need to get test cases, test plan, test suite from DNG through API. Which interface do I need to use and what parameters do I need to pass in?
Help !
Thanks
|
Accepted answer
![]() Hi Hongxi,
Use the below URL and modify the URL as per your environment to get all test cases.
For getting the Alias of the project please follow the below link
For more information on REST API for RQM you can refer the link below.
Hongxi Fang selected this answer as the correct answer
|
2 other answers
![]() Hi Bhagath, Thank you in advance for your answers. Now I have another question. How do I get detailed case information if I know the case ID. Comments You should look at the discovery process for the APIs... I have written a blog post on this for Test Plans - https://michaelrowe01.com/index.php/day-job/ibm-elm/generating-a-test-execution-record-via-api-discovery/
which describes discovery. You can do a similar approach for other parts of ETM artifacts, cases, scripts, etc.
|
![]() |