Is there any view where I can see all the TCER/TC having attachements in RQM
Hi All,
We are attaching screenshots and other attachments to Test Case Execution records and Test cases, is there any view or filter where I can all TCER's having attachments. As of now only way is to open the result and check for each artifact individually which consumes lot of time.
Any help in this regard is highly appreciated, currently we are using RQM 5.0.0 version.
Accepted answer
Hi Teja,
For what is worth, you can cycle through all test cases with below REST call to validate associated attachments:
https://<host:port>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<projectArea>/testcase/urn:com.ibm.rqm:testcase:ID?fields=testcase/attachment
Will
For what is worth, you can cycle through all test cases with below REST call to validate associated attachments:
https://<host:port>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<projectArea>/testcase/urn:com.ibm.rqm:testcase:ID?fields=testcase/attachment
Will