import image as well as text(rich/plain) in a Test script step's description and expected result column
the RQMExcelImporter provides way to import Image, text(rich/plain) to a test script's "description" and "expected result" column.
but while trying to import both image as well as text it did not import both in the mentioned columns.
later i tried to import text 1st then import image later in the mentioned columns so as the cumulative result will be the same as of importing both.
but the text which i had imported in step1st was erased for all steps, and the image was imported in the prescribed place.
4 answers
testscript.steps.expectedResult=image(H)
// testscript.steps.expectedResult=H
If I uncomment the 2nd entry, the exporter throws an exception about a duplicate.
The image is imported just fine, but other test steps with just text are left blank.
Has anyone come up with a workaround?
Thanks,
Lorinda
Hello @Lorinda Kress
try this following config statement.
testscript.steps.expectedResult=H &" "& image(H)
The column H of your excel sheet will have thetext as well as the image.
Comments
How can I import images from Word document using ETMWordImporterX64ForDotNET45 tool
I would suggest to ask your own question, instead of hoping to get an answer for a comment on a 10 year old question.