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
2009-12-15 06:05:44
Yes - I've seen it. Very labor intensive - not what I want. As mentioned in the OP, something like UIRecorder.
4thSpace
2009-12-15 16:45:33
+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
2010-04-26 17:43:45
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
2010-04-26 17:57:04