Test suite using the API
Hi Everyone,
I am very new to RQM, adn I am trying to create a test suite using the API -
I have scanned through a few docs here searching on how to use the API (RQMURLutil / RQMCopyUtil ) but I stii haven't found :
- How to use the API to create a Test suite
- A best guideline on how to use the API.
Can anyone help me or provide a sample code, please?
I am very new to RQM, adn I am trying to create a test suite using the API -
I have scanned through a few docs here searching on how to use the API (RQMURLutil / RQMCopyUtil ) but I stii haven't found :
- How to use the API to create a Test suite
- A best guideline on how to use the API.
Can anyone help me or provide a sample code, please?
4 answers
hi charegre,
this following 2 links is for your reference.
Rational Quality Manager Reportable REST API
https://jazz.net/wiki/bin/view/Main/RqmApi#HTTP_GET_Requests
XML Schema Documentation
https://jazz.net/projects/rational-quality-manager/api-doc-3.0/
one way to see how the artifact xml looks like, you can create a testcase in RQM UI, and commit GET request to the testcase service url.
the testcases service url you can usually find in the link like below
https://qmserver:port/qm/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/your qm project area/testcase
and the RQMURLutil has a read me file is also a good reference.
Hope this will help you.
this following 2 links is for your reference.
Rational Quality Manager Reportable REST API
https://jazz.net/wiki/bin/view/Main/RqmApi#HTTP_GET_Requests
XML Schema Documentation
https://jazz.net/projects/rational-quality-manager/api-doc-3.0/
one way to see how the artifact xml looks like, you can create a testcase in RQM UI, and commit GET request to the testcase service url.
the testcases service url you can usually find in the link like below
https://qmserver:port/qm/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/your qm project area/testcase
and the RQMURLutil has a read me file is also a good reference.
Hope this will help you.
Hi Wanhobj
Thank you for replying,
I tried the link you have written
https://qmserver:port/qm/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/your qm project area/testcase
But I get a 404 error, my RQM server is 2.0.1.1 Fix 4. Could it be a version issue or something else?
Thank you for replying,
I tried the link you have written
https://qmserver:port/qm/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/your qm project area/testcase
But I get a 404 error, my RQM server is 2.0.1.1 Fix 4. Could it be a version issue or something else?