All Projects → robotframework → remoteswinglibrary

robotframework / remoteswinglibrary

Licence: Apache-2.0 license
RemoteSwingLibrary

Programming Languages

python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language
RobotFramework
109 projects

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

  • Download latest RemoteSwingLibrary and documentation from https://github.com/robotframework/remoteswinglibrary/releases/
  • Add downloaded jar to PYTHONPATH
  • After that, you can import the library in your test cases:
    *** Settings ***
    Library    RemoteSwingLibrary
    
    *** Test Cases ***
    My Test Case
        Start Application    my_app    java -jar MyDemoApplication.jar
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].