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?
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?
Copyright © 2021 Jogjafile Inc.
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.