I have a compiled C# executable. It basically opens Microsoft Word and creates a Word Document saves it and closes it. (I used .Net to create it.)
Now I would like to have Robot Framework to run tests based from this compiled C# exe.
I have found this example: https://code.google.com/p/robotframework/wiki/HowToUseCSharp
Unfortunately, this example uses a dll as an example. Does anyone know if there is an example that uses an exe.
I am basically looking for more ways to integrate C# and Robot Framework.