Mohammad Azam
2010-Jul-15 15:33 UTC
[Ironruby-core] What gems are available for Acceptance Testing Using IronRuby
Hi, I know that I cannot use WatiR because of its C implementation but what other tools (gems) are available which can be used for acceptance testing (browser, winforms, wpf) applications. Has anyone successfully integrated any of the gems with IronRuby? Links or resources! -- Mohammad Azam MVP (Microsoft Valuable Professional) www.highoncoding.com www.azamsharp.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20100715/40faf3a2/attachment.html>
Shay Friedman
2010-Jul-15 16:08 UTC
[Ironruby-core] What gems are available for Acceptance Testing Using IronRuby
There is the bewildr gem for testing WPF apps: http://github.com/natritmeyer/bewildr <http://github.com/natritmeyer/bewildr>Shay. -------------------------------------------------------- Shay Friedman | Microsoft Visual C#/IronRuby MVP | Author of IronRuby Unleashed Blog: http://IronShay.com | Twitter: http://twitter.com/ironshay On Thu, Jul 15, 2010 at 5:33 PM, Mohammad Azam <azamsharp at gmail.com> wrote:> Hi, > > I know that I cannot use WatiR because of its C implementation but what > other tools (gems) are available which can be used for acceptance testing > (browser, winforms, wpf) applications. > > Has anyone successfully integrated any of the gems with IronRuby? > > Links or resources! > > -- > Mohammad Azam > MVP (Microsoft Valuable Professional) > www.highoncoding.com > www.azamsharp.com > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20100715/20f54a6a/attachment.html>
Cory Foy
2010-Jul-15 16:09 UTC
[Ironruby-core] What gems are available for Acceptance Testing Using IronRuby
Hi Mohammad, Mohammad Azam wrote:> I know that I cannot use WatiR because of its C implementation but what > other tools (gems) are available which can be used for acceptance testing > (browser, winforms, wpf) applications.In addition to WatiR there is WatiN (.NET) and WatiJ (Java). You might have better success with WatiN. There''s also Selenium. Though a bit old, here''s an article on setting up Selenium with Cucumber: http://wiki.github.com/aslakhellesoy/cucumber/setting-up-selenium> Has anyone successfully integrated any of the gems with IronRuby?I''ve not tried, but others may have. You may also look at FitNesse since it has both .NET and Ruby extensions, and I wonder if that would work with IronRuby. -- Cory Foy http://www.coryfoy.com http://twitter.com/cory_foy