MarketSquare / remoteswinglibrary

RemoteSwingLibrary
Apache License 2.0
31 stars 39 forks source link

RemoteSwingLibrary

Robot Framework library for testing and connecting to a java process and using SwingLibrary.

This library allows you to use pybot (Python version of Robot Framework) to run test cases although it also works if you are running with jybot (Jython version of Robot Framework). This means that you can use your other pure Python libraries in your test cases that will not work when runnin with Jython.

RemoteSwingLibrary works with Robot Framework 2.8.3 or later.

You can connect to applications running on your local machine or even on a different machine.

RemoteSwingLibrary works also with Java Web Start applications. One of its intended usages is deprecating RemoteApplications library.

Installation