Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tool for automated UI testing for Mac OS X (Cocoa) apps [closed]

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.

like image 980
soguy Avatar asked May 25 '11 06:05

soguy


3 Answers

I created an open source Python package that uses the Apple Accessibility API among others to create a classic GUI automation library, giving you visibility into and interaction with Cocoa GUIs. PyATOM home page and GitHub repo

like image 65
jtatum Avatar answered Nov 18 '22 14:11

jtatum


Have a look at http://sikuli.org/ - that lets you automize your OS X GUI tests (for free).

like image 27
pi3 Avatar answered Nov 18 '22 16:11

pi3


AppleScript is another option for simple ui simulation.

(no, you do not need to create a scripting definition to perform basic tasks)

like image 3
justin Avatar answered Nov 18 '22 16:11

justin