What is the best web-automation IDE?

Asked By 30 points N/A Posted on -
qa-featured

I'm learning web-automation, currently just using iTerm, Watir and SublimeText, but I thought it's better to use IDE to continue my work.

What I've learned already: 
– basics of Ruby
– basics of Watir and Mechanize

Now I need one good IDE to check my scripts for possible errors.

I've tried RubyMine but I'm also looking for other options(with tutorials online if possible).

SHARE
Answered By 0 points N/A #166312

What is the best web-automation IDE?

qa-featured

RubyMine is very good and popular IDE tool for web automation. As you are looking for other options, then you may try one or more of the followings IDE.

Eclipse: Yes, Eclipse has project for Ruby inside Dynamic Language Toolkit(DLTK) project. Eclipse is a very extensive development platform. To download the eclipse, click here.

NetBeans: Netbeans is a free, open source development kit. But as of Netbeans 7.0 the ruby on rails module is no longer included in Netbeans IDE.

Aptana Studio: This is also a free, open source IDE for ruby and rails application. To download this IDE, click here.

Related Questions