is there any way to attach "xls",".doc" etc. files as attachment to testscript, testcase, testplan using RQMExcelImporter
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
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. |
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) |
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. |
Excel Importer - need to support exporting attachment/attachments specified in file path. (75068) is only available in RQM 4.0.3+ (not yet released).
|
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.