How to attach test evidence to test results using RQMURLUtility
Hi ,
I am using the below command to upload an attachment to RQM. But i want to link that attachment to a RQM execution result.Is there any way to attach the test evidences(Screenshots) to RQM and link to test results when we create a new test results in RQM using RQM urlutility?
I am using the below command now -
java -jar RQMUrlUtility.jar -command POST -user myid -password mypaswd -filepath mypath
-url https://localhost:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<myProjectArea>/attachment
One answer
Hi Libin,
No arguments are available from RQMURLUtility to link attachments against test results. You would need to update test results with a link to attachment URI directly. Please take a look at this example - Upload Attachment to a test artifact.
Regards,
Will
No arguments are available from RQMURLUtility to link attachments against test results. You would need to update test results with a link to attachment URI directly. Please take a look at this example - Upload Attachment to a test artifact.
Regards,
Will