logo logo

Write Dockerized End-to-End Tests With JUnit 5 and Selenium WebDriver

It’s hard to configure the environment that is required to run end-to-end tests which use Selenium WebDriver. The problem is that every computer that runs our end-to-end tests...

Selenium WebDriver

Inside Selenium WebDriver

Everything under the sun has already been written about the Selenium WebDriver. The amount of online tutorials is tremendous, new posts spring like mushrooms after the rain,...

Javascript testing with selenium webdriver

Javascript Testing with Selenium Webdriver and Mocha

In case you are looking to write a functional test in Javascript, the following tutorial provides a perfect structural and referential material for a UI automation engineer...

Elements with Selenium WebDriver 3

How to Find Elements with Selenium WebDriver 3?

The following tutorial is a complete guide for Creating a basic Selenium test automation framework with C#, Selenium WebDriver 3, Page Object Pattern and support for multiple...

test automation framework

Create a Test Automation Framework with C#, Selenium... &

The following test automation tutorial is a complete guide to create a basic Selenium test automation framework with: C# Multiple Browser Support Selenium WebDriver...

Test Suite

How to Create a Test Suite in Selenium WebDriver and C#

After completing the test automation framework we’ve developed with Selenium, c# and Nunit, with the following quick tutorial you'll learn to create a test suite in Selenium...

Selenium WebDriver 3

In 2013, I remember reading an article in Selenium’s official site about the upcoming release of Selenium WebDriver 3, the next version to come, sometime around the end of the...

How to: Perform Selenium WebDriver Testing

The following tutorial is for Selenium WebDriver testing- one of the key components of Selenium releases and on which the current automation industry totally relies on,...