Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do we test our Java UI?

We're looking at record and playback type test tools to automate some of our UI functional testing. We've looked at most of the usual suspects from Silke to QTP and none of them work. They all fall over when a right click is required to select something off a right click menu, or when you have to choose a value in a drop down list in a grid.

Does anyone know any tools that can handle this type of UI?

like image 345
Bernard Avatar asked Jun 14 '11 10:06

Bernard


1 Answers

We have made good experiences with Squish. You can identify UI elements by IDs or record mouse actions.

like image 163
Kai Avatar answered Oct 11 '22 11:10

Kai