I am trying to execute a robot test containing AutoTtLibrary. This test is executed locally on the PC but now I am trying to execute the same test on that PC but invoked from different PC.
- I used remoterunner library. While test started, I got error that AutoItLibrary.py access is denied.
- I used PsEXEC to launch cmd of remote PC, and then tried to execute the same robot command on this cmdline which worked on the local PC. The test started but it got stuck.
Is there any method to resolve this issue?
Right now my only option is to execute robot test on each pc locally
robotremoteserver .. install/setup it and required keyword libraries and then modify your
Library
's to point to that remote host.More info here: https://github.com/robotframework/PythonRemoteServer
Also here is a blog post that might give more details: https://xebia.com/blog/the-robot-framework-remote-library-interface-using-the-remote-database-library-to-connect-to-ibm-db2/ -- it talks about databases but its essentially the same idea.