views:

128

answers:

2

I'm looking for some sort of framework to automate user interface testing of a java mobile app. We're developing in netbeans ide for the most part, and I've found various articles related to unit testing, but what I'm really looking for is some way to simulate a user clicking through the various menus and dialogs.

Does such a thing exist? It might be that I just don't know what to search for.

+1  A: 

I have just been to Java One in San Francisco where they had a session about Java Device Test Framework. The presenters have a simulator based test automation system that looks very promising. In my day job we have to support 500+ J2ME devices so I myself am looking into using it.

omermuhammed
I'm looking at this now- thanks for the tip. I hope it'll work!
casper
A: 

There used to be one called KEmulator, where you can record your actions and play it back. Please check on the net if it is still available.

Azlam