Re: [MacRuby-devel] GUI Testing

2010-12-08 Thread Laurent Sansonetti
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

[MacRuby-devel] GUI Testing

2010-12-07 Thread Jason Voegele
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