Category Archives: Selenium Tutorial

The Most Idealistic Selenium Locators Cheat Sheet

Cheat SheetSelenium Tutorial

The Most Comprehensive Selenium Locators Cheat Sheet

During the development of a web-based application, there are so many test cases to be executed. For every test engineer, performing actions such as type, click, and so on is a must on the HTML elements.

June 10, 2022

view count234019 Views

Read time18 Min Read

Executing Selenium Projects

AutomationSelenium TutorialTutorial

How To Build And Execute Selenium Projects

Building and executing Selenium projects with automation platforms is a powerful way to test websites (or web apps) at a faster pace. By using automation testing tools, you can test faster, more often, and more accurately.

April 20, 2022

view count595734 Views

Read time22 Min Read

Selenium Standalone Server

AutomationSelenium TutorialTutorial

Selenium Standalone Server and Selenium Server [Differences]

A standalone server is a server that functions without the aid of a wider network, such as an enterprise-wide network, and offers services to clients. Selenium is unquestionably one of the best test automation frameworks for web test automation out of the many that are currently on the market.

January 25, 2022

view count473860 Views

Read time12 Min Read

how-to-write-test-scripts-in-selenium

AutomationSelenium TutorialTutorial

How to Write Test Scripts in Selenium

An automated test script takes testing to the next level by executing setup and validation procedures programmatically. Unlike traditional test scripts, which require manual intervention, automated test scripts operate independently. This not only enhances efficiency and reduces errors but also serves as comprehensive documentation for your software’s testing process. When it comes to automation testing, … Continue reading How to Write Test Scripts in Selenium

December 10, 2021

view count370905 Views

Read time17 Min Read

shift left testing approach

Selenium Tutorial

How To Implement Shift Left Testing Approach?

The “shift left” approach is based on the principle that if the software development team can test code as it is being developed, they can discover errors earlier than if they wait until the end of the project.

November 9, 2021

view count117054 Views

Read time23 Min Read

cross-browser-testing-in-selenium

AutomationCross Browser TestingSelenium TutorialTutorial

Cross Browser Testing In Selenium [Tutorial]

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Cross Browser Testing Tutorial. Selenium is a popular automation testing framework that is primarily used for cross browser testing. It is an open-source framework that is primarily used for automating testing of web applications (and websites) … Continue reading Cross Browser Testing In Selenium [Tutorial]

October 25, 2021

view count390361 Views

Read time17 Min Read

What Is Internationalization And Localization

Selenium TutorialTutorial

How to Perform Internationalization And Localization Testing: A Complete Guide

Nowadays, many organizations have software products (websites or apps) that are built for a global audience. One of the trickiest parts is delivering an experience that appeals to the local audience of the target market. Catering to the needs of the local users would require localization.

September 16, 2021

view count190121 Views

Read time13 Min Read

Selenium testing myths

Selenium Tutorial

Debunking The Top 8 Selenium Testing Myths

When it comes to web automation testing, the first automation testing framework that comes to mind undoubtedly has to be the Selenium framework. Selenium automation testing has picked up a significant pace since the creation of the framework way back in 2004.

September 16, 2021

view count117057 Views

Read time10 Min Read

XPath Locators

Cheat SheetSelenium TutorialTutorial

Most Exhaustive XPath Locators Cheat Sheet

The Selenium framework lets you interact with the WebElements in the DOM. For realizing the interaction(s), it is important to choose the appropriate locator from the available Selenium web locators.

July 19, 2021

view count99057 Views

Read time8 Min Read

Automated Testing Pipeline With GOCD

CI/CDSelenium TutorialTutorial

Building An Automated Testing Pipeline with GoCD [Tutorial]

CI/CD enables developers, engineers and DevOps team to create a fast and effective process of packaging the product to market, thereby allowing them to stay ahead of the competition.

June 8, 2021

view count182914 Views

Read time14 Min Read