Hi Jason,
I'm not aware of any Ruby GUI testing framework for Cocoa apps, but I think one
could roll something out using MacRuby and the Mac OS X accessibility APIs.
Another solution would be to use Apple Events, but not every application is
fully scriptable.
Laurent
On Dec 7, 2010, at 5:22 P
Hi all,
I've recently been reading the excellent book "Scripted GUI Testing with Ruby".
It's a great book, but a little bit dated. The GUI testing framework
developed throughout the book uses either the Windows API or JRuby/Swing API
underneath the hood for the actual GUI interaction. I like