Android Studio 2024.1.1-canary8 (11792637)
Snap for 11602923 from c6b6ce115d14ea44e2d5b400fe9b50bdce87eb81 to studio-koala-release

Change-Id: I993abfeceac96e922ec7c0dfaa919ee08de51445
tree: 2fc9fba6e72a284f8c0535870b39c4fc1b603d7d
  1. fest-swing/
  2. fest-swing-junit/
  3. fest-swing-junit-4.3.1/
  4. fest-swing-junit-4.5/
  5. fest-swing-testng/
  6. README.md
README.md

This project provides a simple and intuitive API for functional testing of Swing user interfaces, resulting in tests that are compact, easy to write, and read like a specification. Tests written using FEST-Swing are also robust. FEST simulates actual user gestures at the operating system level, ensuring that the application will behave correctly in front of the user. It also provides a reliable mechanism for GUI component lookup that ensures that changes in the GUI's layout or look-and-feel will not break your tests.

For more details please visit FEST's home page.