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

link|improve this question

25% accept rate
6  
I could lend you my chimpanzee, Mr. Higglesbottom, but I need to know how far away you are and how long you need him for. – Ashley Henderson Sep 11 '09 at 9:28
1  
I haven't had the best luck with chimpanzees; their large fingers are not very accurate on the iPhone's relatively small touch screen. Smaller monkeys like Macaques work really well, though. – gareth_bowles Sep 11 '09 at 15:28
feedback

3 Answers

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.

link|improve this answer
feedback

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/

link|improve this answer
feedback

We use anteater: http://www.redant.com/anteater

It's free and pushes itself as an iPhone port of Monkey testing.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.