commit | 3e3a5a81a01a2acf9078c96d7c1e0d763f28bcc7 | [log] [tgz] |
---|---|---|
author | Esteban de la Canal <[email protected]> | Mon Mar 10 20:42:21 2025 -0700 |
committer | Esteban de la Canal <[email protected]> | Mon Mar 10 20:53:56 2025 -0700 |
tree | 4052b8fa74d76f92eba079f2a1004fb989e8b9ac | |
parent | c56023ff5a03384e786a20129da6dd7f44267cd0 [diff] |
Split deps into deps and test_deps ... and remove the [test] suffix Test: existing Bug: NA Change-Id: I107c87e30767f7f605485e264d31d2151d8da759
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.