SwingLibrary is a Robot Framework test library for testing Java Swing user interfaces.
SwingLibrary is a Robot Framework test library, it uses a tool called Jemmy internally to operate on Swing components.
Following Wiki pages contain helpful information:
- Getting Started describes the setup and basic steps necessary to start using the library.
- SwingLibrary Demo contains a simple test application and an example test case that can be tweaked to get familiar with the library.
- Library Documentation contains some general information and documentation of all keywords contained in SwingLibrary
- Extending SwingLibrary describes how to extend SwingLibrary, for example to add support for custom components.