Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Monkey testing for iPhone?

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

like image 597
Shades Avatar asked Sep 11 '09 09:09

Shades


People also ask

What is Monkey testing with example?

Definition: Monkey testing is a type of software testing in which a software or application is tested using random inputs with the sole purpose of trying and breaking the system. There are no rules in this type of testing. It completely works on the tester's mood or gut feeling and experience.

What is the difference between monkey and gorilla testing?

Gorilla Testing is similar to monkey testing, the only difference being that it tests particular modules, whereas monkey testing tests the system as a whole. Each module in a product is picked and random valid and invalid inputs are fed into it until the module crashes.

How iOS apps are tested?

Primarily, there are three ways to perform iOS testing: Using a built-in simulator shipped with the Xcode IDE used for iOS app development. Using third party emulators to mimic a specific iPhone or iPad for testing specific iOS apps. Testing iOS apps on real iPhones or iPads.

Who performs Monkey testing?

It can be executed by a developer as well as the test engineer who has a good knowledge of the application. 3. The primary objective of implementing the monkey Testing is to execute the test randomly with random or invalid data to check if the application is failed or not.


2 Answers

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

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

like image 71
user363349 Avatar answered Nov 01 '22 19:11

user363349


You should try UI AutoMonkey.

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

like image 22
0xced Avatar answered Nov 01 '22 19:11

0xced