2

When developing on Android we have something called Monkey, it generates random user events and sends them to the device. Its very useful to stress test the app. Is there something similar for iOS?

Thanks in advance, Paulo

Paulo Casaretto
  • 967
  • 10
  • 33

1 Answers1

1

I think you've already found an answer in 4 months, but for a case: UIAutomation can be used for this (but you'll have to create a monkey yourself)

pachlava
  • 26
  • 1