How to attach a log file to a Test Suite Result
![]()
I have a test suite result that I use to track the execution of a set of automated test scripts.
Our automation tool is not integrated yet with RQM so the executions are done outsite of RQM but we register the result as a TS result part of a TS execution record. I didn't find any place in the TS result that I could use to attach the log files created by our automation tool. I appreciate any suggestion on how to do that. |
3 answers
![]()
You might want to create a test plan and associate the test suite to it.
In this test plan you can add the attachments. Hope this helps!! |
![]()
Hum, not exactly what I need but may work. Will try it.
|
![]()
You could use the RQM Reportable API to create/update the test suite result (called testsuitelog) with the new execution result.
Comments This looks like an interesting option. But if I can't attach a file manually with the web interface, is it allowed with the API ? Or with the API I can sen dattachments to any resource ? The file to attach will be pointed at some place inside the XML to be sent, right ?
Attachments have some unique characteristics:
|