-
Notifications
You must be signed in to change notification settings - Fork 68
Home
Markus edited this page Aug 23, 2024
·
26 revisions
SwingLibrary is a Robot Framework test library for testing Java Swing applications. It uses Jemmy as a driver to manipulate the 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.
- Release Notes