is there any way to attach "xls",".doc" etc. files as attachment to testscript, testcase, testplan using RQMExcelImporter
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.
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)
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).