jonathanpenn / ui-auto-monkey

UI AutoMonkey is a simple stress testing script for iOS applications that runs in UI Automation and Instruments. Grass fed. Free range.
http://cocoamanifest.net
MIT License
1.47k stars 249 forks source link

OSX Support #9

Closed MartyLake closed 9 years ago

MartyLake commented 9 years ago

Hi !

I've been looking for a monkey testing for OSX application (to be more precise, it's an audio plugin loaded by an audio sequencer). And the closest I found was your tool. I was wondering if you encountered such a tool, and/or if ui auto monkey could be forked / updated to deal with OSX applications (as I saw it may not be possible, but better asking =P) ?

Best,

jonathanpenn commented 9 years ago

Alas, I don't know of any dedicated random testing apps for OS X. This script only works with iOS through Instruments. But you might have luck looking into using Frank since it does support automating OS X apps. I bet you could write a monkey tool using that.

MartyLake commented 9 years ago

Thanks! I'll give Frank a look =)