--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-users+unsub...@googlegroups.com.
To post to this group, send email to robotframework-users@googlegroups.com.
Visit this group at https://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.
UghAs David said, it depends what you want to do. Some libraries may have inbuilt support, although as far I can recall support is rare, to execute keywords remotely. Example database library and Seleniun2Library have this support and they don't need the Robot Framework remote library interface.-Tatu
Send from my mobile
On Dec 16, 2016 3:13 AM, "David" <mang...@gmail.com> wrote:
Also depends on what you execute specifically on Windows. If not executing a full RF test case or test suite on Windows, or RF keywords on Windows, but rather say some Windows commands or scripts on Windows, the easier approach is to call use the Run/OS keywords to call a Linux tool called winexe that can make remote command line calls to Windows to run whatever command/script you want. Or run an SSH server on Windows and use SSHLibrary in RF to do same thing without winexe.If all the RF tests reside on Windows, then no need RF on Linux, and simply just use SSH or winexe to remotely run the RF test on Windows, assuming Windows has the RF stuff installed.For other cases, teegee's comment applies.
On Thursday, December 15, 2016 at 10:14:00 AM UTC-8, Heiko Thiery wrote:do anyone know if it is possible to execute test on a windows machine from robotframework running on a linux machine?--Heiko
--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-users+unsubscrib...@googlegroups.com.
To post to this group, send email to robotframework-users@googlegroups.com.
Visit this group at https://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.