[ BLOG Tag ]

ruby

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

DevOps & Testing

April 1, 2016

The 30-30-30 Rule: Simplifying Test Automation with Cucumber, Ruby, and Selenium

Discover how the 30-30-30 Rule enhances maintainability, readability, and ownership transfer in automation scripts built with Cucumber, Ruby, and Selenium.

DevOps & Testing

December 28, 2010

Automating File Downloads with Watir and AutoIT: A Step-by-Step Guide

Learn how to handle file download prompts in automated testing using Watir and AutoIT. This guide covers techniques for simulating actions in Firefox and IE

Product

January 3, 2018

4 Essential UI Automation Test Types

Automation can be intimidating at first. The analysis paralysis of being presented a resource with as vast of depth as test automation can leave many overwhe...

Tutorial

May 5, 2020

BRM Database Testing

An overview on BRM is discussed in our earlier posts and we would recommend beginning from that article for continuity. In this post we will discuss the data...

Tutorial

April 9, 2020

Handle AJAX Calls Using Selenium

Ajax is a combination of different web development techniques which run in a user’s browser and exchange data with a webserver to update a webpage or parts...