All posts by Roselyne Makena

About Roselyne Makena

Roselyne is a software developer in test and a tech enthusiast who loves writing about different tech topics. She's keen and observant in the areas around Software Development, Software Testing and best practices. She also likes to write about Web Development Cloud Computing and emerging technologies.

Follow me on:

Blogs: 4

How To Use Waits In Selenium Ruby

Selenium RubyTutorial

How To Use Waits In Selenium Ruby

The wait command in Selenium Ruby is a powerful tool that allows for a high level of control over the test execution.

January 16, 2023

view count9050 Views

Read time20 Min Read

How To Maximize Browser In Selenium Ruby

Selenium RubyTutorial

How To Maximize Browser In Selenium Ruby

As testers, we’ve probably all encountered bugs that occur when a browser is resized. Although many browsers nowadays have improved the quality of their resizable windows, I am sure every tester should know how to create a resizable window on purpose while performing automation testing.

July 25, 2022

view count13176 Views

Read time14 Min Read

Selenium RubyTutorial

How To Implement Data Tables In Cucumber Using Selenium Ruby

Data tables can be used when you have data in a range of cells and want to iterate over the cells in order.

July 6, 2022

view count13040 Views

Read time25 Min Read

Selenium Automation Testing with Ruby

Selenium RubyAutomationTutorial

Getting Started With Automation Testing Using Selenium Ruby

Ruby is a programming language which is well suitable for web automation. Ruby makes an excellent choice because of its clean syntax, focus on built-in library integrations, and an active community.

June 8, 2022

view count201550 Views

Read time19 Min Read