views:

245

answers:

2

Is there a tool for monkey testing for iPhone? Like in the simulator.

+1  A: 

You should be able to use a general scripting tool like QuickKeys to issue arbitrary user input commands automatically to the simulator. Not perfect, but I think this will accomplish most of what you want to do.

Gordon Worley
+1  A: 

Try UISpec:

Its a behavior driven testing that drives the UI of Iphone. I think with additional layer on top, you can generate pseudo-random inputs.

http://code.google.com/p/uispec/

krishnakanthc