Java GUI tests with image recognition?

689 Views Asked by At

Are there any Java test frameworks which allows to check (assert) some visual properties of tested applications?

For example, that some button displayed, or that text fit into frame and so on?

1

There are 1 best solutions below

5
Sergey Grinev On

There is Jemmy Java test library which allows to capture images of controls, compare it with golden screenshot (strictly and unstrictrly), verify java entities borders, etc.