It's all about the answers!

Ask a question

is there any way to attach "xls",".doc" etc. files as attachment to testscript, testcase, testplan using RQMExcelImporter


Sarvendra Kumar (1922426) | asked Mar 05 '13, 5:43 a.m.

is it achievable to get excel file, word document etc. attached as an attachment to Testscript, Testcase, Testplan.

i was able to attach images to above mentioned artifacts using the syntax.

<artifact type>.attachment=<>

4 answers



permanent link
Paul Slauenwhite (8.4k12) | answered Mar 06 '13, 6:16 a.m.
FORUM MODERATOR / JAZZ DEVELOPER

permanent link
Sarvendra Kumar (1922426) | answered Mar 06 '13, 5:42 a.m.

hi Hao Wan

I tried to attach the files in following way, by hardcoding and by referencing the cell of the excel file.

testcase.attachment="c:\temp1.txt"

testcase.attachemnt= F2 (F2 is the cell in the excel file which i am using)

I tried this for ".doc(x)", ".xls(x)",".pdf" in Testplan,Testscript too but i was not able to get these attached. 


permanent link
Hao Wan (1.5k35) | answered Mar 05 '13, 10:03 p.m.
JAZZ DEVELOPER
Hi sarvendra,
from Excel Importer 4.0.2, support attachment specified in a file path, I think ".xls" should be included.
see
Excel Importer - need to support exporting attachment/attachments specified in file path. (75068)

permanent link
Paul Slauenwhite (8.4k12) | answered Mar 05 '13, 8:28 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
Unfortunately, only images (see the “Test Cases made from scripts with images“ and "Test Cases made from scripts with attachments” sample config files).

Note, you could use the RQM Reportable API to attach files to test resources.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.