How do we test our Java interface?

We are exploring testing tools such as recording and playback to automate some of our functional user interface tests. We looked at most of the usual suspects from Silke to QTP, and none of them work. All of them fall when you need to right-click to select something from the menu of the right mouse button or when you need to select a value from the drop-down list in the grid.

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

+5
source share
3 answers

We made a good Squish experience . You can identify user interface elements by identifiers or record mouse actions.

+2
source

Are you talking about a standalone Java application or on a web server with Java on the server, but the HTML is being delivered to the client?

, Java-, SilkTest QTP Java. ( Java/ Java? QTP Java.) - IBM Rational Functional Tester. Java Java. 3 , SilkTest Java. , QTP RFT Java.

, , . ( ). . , , , . , /, .

, , , . script , .

+2

Sahi is a good option for recording and playback, for example, for testing.
Here is an example tutorial.

+1
source

All Articles