You have to learn how to walk before you can run -- this is one of the rules I follow when I'm trying to learn something new. Although I was able to do Selenium Ruby + Capybara + Cucumber setup on my previous post about starting to learn Ruby and automation using it, I felt like I need to go back because I could have missed an important basic knowledge. I completed the Ruby in 20 minutes exercises to get a feel of basic Ruby syntax and also the Chapter 1 of The Ruby Programming Language by O'Reilly , I started creating my first test in Selenium Ruby. -- Creating my first test Reference/s: Ruby in 20 minutes: https://www.ruby-lang.org/en/documentation/quickstart/ Selenium WebDriver Documentation ("Introducing the Selenium-WebDriver API by Example" section): https://www.seleniumhq.org/docs/03_webdriver.jsp If "Hello World" is the first thing that most programming language tutorials teaches you, for Selenium it's probably doing a Google s...
Software testing and etc.