Robot Framework to Test Cli App

Hi, I have an a cli app and there is this exe that is used to run the app, but the problem is that the exe is in a different folder from where I am writing my robot code. I will like to be able to go the exe from my current directory and write robot code to test how the exe file will execute.

Thank you

Hi @yebubu,

There should be no issue having your application exe in a different path to your test cases, you can use both full fixed paths or relative paths to refernce the location to your exe file. Robot Framework even has a few useful builtin variables to help you with this.

Dave.