I want to learn to write selenium script 开发者_开发百科in ruby but I am new to ruby, could you suggest any material to get started.
Instead of Selenium look at https://github.com/jnicklas/capybara
'Capybara aims to simplify the process of integration testing Rack applications, such as Rails, Sinatra or Merb. Capybara simulates how a real user would interact with a web application. It is agnostic about the driver running your tests and currently comes with Rack::Test and Selenium support built in.'
精彩评论