From: Mike Stephens Date: 2009-03-16T22:30:38+09:00 Subject: Re: Does Ruby support package for GUI Testing? Ulrich Susai wrote: > Hi, > > I would like to know if Ruby support some package for GUI Testing? > My requirement is to test a .Net / C# based GUI application. > > Earlier I have used Ruby Watir for Web Testing. > > Please let me know on this > > Thanks, > Ulrich The package is Win32API. There is book all about this called GUI Scripted Testing with Ruby http://oreilly.com/catalog/9781934356180/ . It's a lot simpler than you might imagine. -- Posted via http://www.ruby-forum.com/.