How do I display embedded images in Test Scripts in my RPE output
Hello,
In some of my Test Scripts my test engineers have added images as part of the description field.
When I extract the description to publish in my word document the image does not get displayed only the link to the image on the server.
Images in Test Case and Test Plan sections come out fine though.
In some of my Test Scripts my test engineers have added images as part of the description field.
When I extract the description to publish in my word document the image does not get displayed only the link to the image on the server.
Images in Test Case and Test Plan sections come out fine though.
2 answers
Do you mean images as part of Step description? You can get the images from both Step "Description" and "Expected Results" in RPE output.
Are you seeing this issue only for keywords or for execution steps also? For Step Description, if you are using testscript/steps/step/title, replace it with testscript/steps/step/description.
Are you seeing this issue only for keywords or for execution steps also? For Step Description, if you are using testscript/steps/step/title, replace it with testscript/steps/step/description.
Comments
You must select "XHTML Input" while assigning testscript/steps/step/description to variable and select "XHTML Output" while setting that variable as content for text element. Also note that the images will be shown only if the text element is within the query context (since qm user credentials are required for authenticating image url).
Comments
1 vote