Using the Excel importer, can you add an image from file reference?
In the Excel Importer, you can attach images to a Test Script with:
testscript.steps.attachment=J Where the column J contains text such as "Q:\Filename.JPG" Or you can embed an image in the expected results field, for example, with testscript.steps.expectedResult=F & " " & image(I) Where column I contains an image embeded in the excel document (and F is text) Is there a way to place an image into expectedResult from a file reference? I have tried placing "Q:\Filename.JPG" in column "I" and using image(I), but that does not work. I have also tried BMP and PNG formats. Does image() only work with images embeded in an Excel Column? I am using RQM 5.0 |
One answer
Filepaths are considered as part of attachment attribute so Image accepts embedded images only
Thanks |
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.