Web Automation with Ruby and Cucumber

I’ve been putting together this series of videos on how to get started with Selenium, Ruby, and Cucumber for web automation. I hope some of you find it useful.

Ruby IDEs

You don’t necessarily need to install an IDE to write your Ruby scripts, you could run everything from the IRB (Interactive Ruby Shell) or just write them in Notepad but after a while that’d get pretty tedious. So let’s look at some options. I’ve used three extensively in my time Scite, Netbeans, and Rubymine. NetBeansNot […]

Installing Watir & Ruby

Please Note: The following tutorial is applicable for Windows 7, XP and Vista.  Step 1 – Install Ruby (Version 1.9.3-p448) First things first, let’s download and install Ruby, the king of programming languages! You can download it here, make sure you get version 1.9.3-p448:http://rubyinstaller.org/download  During the installation make sure you add the Ruby executables to […]

Hello World