Monkey testing for iPhone?

10.5k views Asked by At

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

4

There are 4 answers

0
user363349 On

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

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

0
0xced On

You should try UI AutoMonkey.

UI AutoMonkey is a simple stress testing script for iOS applications that runs in UI Automation and Instruments.

0
Gordon Seidoh Worley On

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.

0
krishc On

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/