
Install and verify a Ruby programming environment on Windows by downloading the 64‑bit Ruby installer, adding Ruby to the path, and confirming with ruby -v. Use Notepad++ for editing code.
Learn how instance variables, starting with @, persist across methods within the same object, unlike local variables that stay in a single method.
Learn to create and manipulate arrays in Ruby: insert values at specific indices, fetch single or multiple elements with ranges or negative indices, and resize arrays with default values.
Explore common array methods in Ruby, including at, first, last, take, drop, and length or count to access, slice, and measure arrays.
Explore using the each loop with arrays and hashes to iterate values, assign them to variables, and perform operations like summing and multiplying with practical examples.
Watir is one of the most popular Open source tool for Web Application automation, this course includes
Watir WebDriver Basics to advance concepts and also covers Ruby Concepts, Cucumber Framework, Automation Framework Design (Page Objects, Data Driven, Reading Excel Files)
Ruby Basics: Variables, If-Then-Else, For loop, While loop, Arrays, Classes, Inheritance, Objects, Constructors, Methods, Working with Excel file and database
WatirWebDriver Basics: Commonly used methods and locator types, Id, Name, Class Name, Link Text, Partial Link Text, Xpath, Css Selector
Ajax Handling, Multi window handling, Actions class, Implicit wait, Explicit wait. After completing the the course you will be able to write automated tests using selenium and java
This course will take you from basic to expert level step by step, we are covering all Ruby concepts which are required for selenium automation as well as you will be ready to face automation interviews