It's all about the answers!

Ask a question

How to attach a log file to a Test Suite Result


Leandro David (721719) | asked Jan 18 '13, 10:54 a.m.
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



permanent link
Rajat Singh (59833544) | answered Jan 18 '13, 3:07 p.m.
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!!


permanent link
Leandro David (721719) | answered Jan 18 '13, 4:18 p.m.
Hum, not exactly what I need but may work. Will try it.

permanent link
Paul Slauenwhite (8.4k12) | answered Jan 22 '13, 7:50 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
You could use the RQM Reportable API to create/update the test suite result (called testsuitelog) with the new execution result.

Comments
Leandro David commented Jan 22 '13, 9:08 a.m.

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 ?


Paul Slauenwhite commented Jan 22 '13, 9:21 a.m.
FORUM MODERATOR / JAZZ DEVELOPER

Attachments have some unique characteristics:

https://jazz.net/wiki/bin/view/Main/RqmApi#ResourcesFootnote6

Your answer


Register or to post your answer.