[rspec-users] Integration Testing - Wait, Watir, or Selenium
Shane Duan
shane.duan at gmail.com
Fri Jan 12 11:34:26 EST 2007
Hi,
What did you mean by Selenium integration with rspec?
You can install the selenium gem. Then you can control the start/stop
of selenium server and use the driver to drive the browser,
http://selenium.rubyforge.org
Cheers
Shane
On 1/12/07, Brian Yamabe <brian at yamabe.net> wrote:
> I'm evaluating what to use for integration testing:
>
> SafariWatir
> - integrates nicely with RSpec
> - doesn't work with Ajax because of Safari event firing issues
>
> Selenium
> - Works with Ajax
> - doesn't integrate with RSpec
>
> What is the best guess timeframe for RSpec integration testing?
> Will it be able to test Ajax application in the early iterations?
>
> Thanks,
> Brian Yamabe
> _______________________________________________
> rspec-users mailing list
> rspec-users at rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>
--
Shane
http://www.shaneduan.com
More information about the rspec-users
mailing list