How to extract all testcase IDs along with custom fields associated with respective testcases using REST Api ?
2 answers
Chaitali,
Comments
Hi Mehul,
I tried using RQM URL utility , but when I try to hit URL like : https://<server>:<port>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<projectalias>/testcase?fields=feed/entry/content/testcase/(webId|testplan[@href=<url>])
I got error like this
'testplan[@href' is not recognized as an internal or external command,
operable program or batch file.
Also I tried to hit same URL using Postman REST Client : I got 200 Status code but in response , I am getting "Javascript is either disabled or not available in your Browser", I am not able to login to application using Postman client.
Chailtali,
Hi Mehul ,
I can now hit the URL using POSTMAN successfully , but now I have two different URL to achieve my expected output , output of first URL will be input for second one, for the same purpose I am trying to write a script in node js using Request Module , but then I'm getting : Unable to verify first certificate error ...
I have already tried all possible solutions that are available on internet , is there any specific SSL Setting requires for RQM?