Android Studio 2023.2.1 (11479570)
Snap for 11132167 from 02b8679e02caa4b83bc2b06e2925a7e0c7cff7cb to studio-iguana-release

Change-Id: Ic2f6b63ae86114f036783b7b75342fb9e7a19642
tree: 6150b161a6f9d9e21c7a13ba5a78938edf3ddda6
  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.