Is there any open-source free tool for automated UI testing for Mac OS X (Cocoa) apps?
So far I’ve seen commercial tools such as [Squish] and [EggPlant]. The only free tools I’ve read about are using UIAutomation or Automator.
Does anyone have any experience with these tools? any other options I should consider?
Thanks in advance.
Have a look at http://sikuli.org/ – that lets you automize your OS X GUI tests (for free).