views:

452

answers:

3

I like using the UI Recorder in Xcode for testing a UI in the simulator. However, that I know of, UI Recorder doesn't work on the device. Is there a similar tool for automating UI testing on the device?

+1  A: 

There’s a good post on Cocoa with Love with precisely the title of your question. Seen that?

zoul
Yes - I've seen it. Very labor intensive - not what I want. As mentioned in the OP, something like UIRecorder.
4thSpace
+1  A: 

Gorilla Logic recently open-sourced FoneMonkey, a true record/playback functional testing tool for the iPhone that runs on both the simulator and device. You can check it out at http://www.gorillalogic.com/fonemonkey.

Stu Stern
A: 

Without saying too much, you should look at the iPhone OS 4.0 SDK betas if you're a registered iPhone developer.

Martin Gordon