
XCMonkey
Challenge your apps on iOS with monkey testing ๐ฑ๐
xcmonkey is a tool for doing stress testing of iOS apps. Itโs inspired by and has similar goals to monkey on Android.
Under the hood, xcmonkey uses iOS Development Bridge as a driver, thatโs why itโs pretty smart and can do a lot of things, such as taps, swipes and presses. All that comes ยซpseudo-randomยป because it has access to the screen hierarchy, and so can either do actions blindly (like tapping on random points) or precisely (like tapping on the existing elements).
Tags:
Chaos EngineeringiOSAppleFrameworkGithubopen source