Skip to content

A Robot Framework test library that enables using libraries in external JVM.

Notifications You must be signed in to change notification settings

jrantanen/RemoteApplications

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About RemoteApplications

RemoteApplications is a Robot Framework (RF) test library that is used for launching Java applications on a separate JVM and taking other libraries into use on them. This is useful when application does something that cannot be tested with RF when running on the same JVM. Such cases are when System.exit is called by the tested application, when multiple applications running on separate JVMs need to be tested in parallel, or when application is started using Java Web Start.

See Wiki for usage instructions and tips.

This projects started as part of robotframework-javatools project but is nowadays a separate project.

Developing RemoteApplications

Clone the repository and run python build.py for development information.

About

A Robot Framework test library that enables using libraries in external JVM.

Resources

Stars

Watchers

Forks

Packages

No packages published