Is there a way to automate GUI testing of a Windows Forms application and a web application (HTML) using free tools?
For example, Ruby + Rspec + Watir work great for web UI testing. IronRuby + Rspec can work for winforms apps. Does anybody know a tool that can do both, WinForms and Web?