zalando / SwiftMonkey

A framework for doing randomised UI testing of iOS apps
MIT License
1.95k stars 174 forks source link

What is the monkey click frequency? #39

Closed cakushin closed 7 years ago

cakushin commented 7 years ago

What is the monkey click frequency?

wojciechczerski commented 7 years ago

SwiftMonkey does have a click frequency defined. All actions such as tap, drag or pinch are happening randomly. Each action has a weight assigned making it possible to affect the probability at which the action is executed.

Take a look at this actions configuration. With the weight value of 25 it makes tap actions 5 times more likely to happen that any other action configured.