Category Archives: Automation

CSS Selectors

AutomationTutorial

XPath vs CSS Selectors: A Detailed Guide

Writing the locators for the web elements is like laying down the foundation of an automation testing framework. This foundation must be strong enough to hold the growing size of a framework.

April 3, 2023

view count272799 Views

Read time29 Min Read

CSS

AutomationTutorial

CSS Color-Contrast(): A Step-By-Step Guide

Have you ever come across a website and literally got frustrated because you were having trouble using it? Maybe because the text size was too small, or perhaps it’s using some WebGL/Three.js technology that your browser doesn’t support, or the font color and contrast were too weird.

March 3, 2023

view count216350 Views

Read time16 Min Read

Cypress vs WebdriverIO: Which One To Choose

Automation

Cypress vs WebdriverIO: Which One To Choose

When it comes to automated testing frameworks, there are a plethora of options out there. Two of the most popular ones are Cypress and WebdriverIO. However, despite having similar functionalities, they have several key differences you need to consider when choosing between them.

February 24, 2023

view count112851 Views

Read time16 Min Read

ServiceNow With Selenium

AutomationSelenium TutorialTutorial

How To Automate ServiceNow With Selenium

As businesses grow, there is a need to digitize the processes as manual work becomes tedious.

February 16, 2023

view count208984 Views

Read time22 Min Read

How To Use WebDriverWait In Selenium C#

AutomationSelenium C#

How To Use WebDriverWait In Selenium C#

The more you work with Selenium automation, the more you will come across various exceptions, such as NoSuchElementException (when an element is not visible on the page) or StaleElementReferenceException.

February 10, 2023

view count186433 Views

Read time18 Min Read

AutomationSelenium JavaTutorial

How To Perform Local Website Testing Using Selenium And Java

Users expect new features and websites to be seamless and user-friendly when they go live. End-to-end website testing in local infrastructure becomes an unspoken critical requirement for this.

February 8, 2023

view count143084 Views

Read time15 Min Read

A Complete Guide To Selenium Page Load Strategy

AutomationSelenium WebDriverTutorial

A Complete Guide To Selenium Page Load Strategy

Webpage automation has been growing extensively, and most of us have worked on it. It is something on which we work almost regularly, automating several scenarios and navigating through many web pages.

January 23, 2023

view count202642 Views

Read time16 Min Read

How To Test NodeJS Modules With Mocha [Mocha NodeJS Tutorial]

Selenium JavaScriptAutomationTutorial

A Complete Guide on how to run Mocha npm Testing with Node.js

Software testing is integral to software engineering. Tests are created as key checkpoints to verify whether objectives are being met or not.

January 16, 2023

view count224165 Views

Read time15 Min Read

Playwright vs Selenium vs Cypress: A Detailed Comparison

AutomationTutorial

Playwright vs Selenium vs Cypress: A Detailed Comparison

Playwright and Selenium are both powerful test automation frameworks. Playwright supports TypeScript, JavaScript, Python, .NET, and Java, while Selenium offers broader language support including Python, Java, C#, Ruby, and JavaScript. The choice between them often depends on the specific needs of the project and the preferred programming language of the developer. Syntax and usability also … Continue reading Playwright vs Selenium vs Cypress: A Detailed Comparison

January 12, 2023

view count224593 Views

Read time62 Min Read

How To Refresh Page Using Selenium C#

Selenium C#AutomationTutorial

How To Refresh Page Using Selenium C# [Complete Tutorial]

When working on web automation with Selenium, I encountered scenarios where I needed to refresh pages from time to time.

January 6, 2023

view count232204 Views

Read time8 Min Read