I followed below link (TestLink - open source Test management - HowTo configure upload images using FCK editor) to enable using image in Testcases. And Print Test Plan/Cases can work correctly with HTML export.
http://www.teamst.org/index.php?option= ... 3&Itemid=2
But when I use MS Word export, all the images lost (show blank frame where should be image).
How can I resolve it?
Thank you,
DDai
Printed MS Word Test Plan/Cases lost image
It seems that the MSword has problem with relative path to images. You can save html and open in msword as workaround. The final solution is to add full image path for images.
I have two idea:
1. Look at FCKeditor configuration if it could be set via some configuration.[/list]
2. Parse the final data text for image tag and insert the full path into code.
I have two idea:
1. Look at FCKeditor configuration if it could be set via some configuration.[/list]
2. Parse the final data text for image tag and insert the full path into code.
I didn't change the code
I mean modify the exported Testplan.doc file (xml format). Open it and change all the relative path into full path.