How to generate random iOS User Events with Automation?
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 a开发者_运维百科pp. Is there something similar for iOS?
Thanks in advance, Paulo
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)
精彩评论