Question

I am working on Robot Framework. I want to create a report of a test case execution. I have been trying to insert an image into existing ms word file via command prompt using 'Run' command in Robot framework. is there any command like echo or edit which does the job?

No correct solution

OTHER TIPS

You may be able to use the Win32::OLE module in Perl to do this. There is an example here.

Or maybe some VBScript with OLE, like here.

Ok guys. I think i will use "EXECUTE JAVASCRIPT" command in RF to solve this. I will have to start a browser every time however. Hope this works as JS has functionality to edit word files.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top