Click here to Skip to main content
15,867,488 members
Everything / Selenium

Selenium

selenium

Great Reads

by Anton Angelov
Explains in details how to use the Facade Design Pattern in automation tests so that its class to follow the dependency inversion principle.
by Anton Angelov
Describes how to improve even further the behaviours design pattern tests through new base classes and usage of Unity IoC container.
by Anton Angelov
Learn how to improve automated testing troubleshooting through the introduction of meaningful exceptions' messages on tests' failure.
by Anton Angelov
Learn how to improve automated testing troubleshooting through the introduction of meaningful exceptions' messages on tests' failure. The second version of the utility will utilize the Ambient Design Pattern.

Latest Articles

by Mohammed Faci
Get started with Playwright using VS 2022/C# and NUnit
by Shahzeb Hoda
In this article, we will learn how to set up a Selenium WebDriver with Java and run the web automation tests (in series and parallel) on the LambdaTest cloud grid.
by Suhagkumar Vamja
This tutorial will discuss using Selenium with JavaScript for automated testing of websites and web applications.
by Nicolas DESCARTES
How to leverage Selenium for UI tests?

All Articles

Sort by Score

Selenium 

8 May 2016 by Anton Angelov
Learn how to use the Behaviours Design Pattern to increase the flexibility of your automated tests' API. Create tests the same way you build LEGO.The post Behaviours Design Pattern in Automated Testing appeared first on Automate The Planet.
25 Jun 2018 by Sean Rand
This is an article to help you clean up browser processes during automated Selenium testing.
6 May 2018 by Sam__Khan
Automated Craigslist parsing with Selenium using Node.js
30 Oct 2016 by Anton Angelov
Learn how to extend the tests’ execution workflow running additional code on various points of the workflow. Configure SpecFlow hooks' execution order.
30 Dec 2017 by MMaley
Using Selenium to automate the mint.com transaction page.
27 Jan 2018 by Anton Angelov
Through the help of interfaces, extension methods and partial classes, 3 page objects variations are presented that lead to more maintainable code.
19 Jun 2016 by Anton Angelov
Build a Hybrid Test Automation Framework. Learn how to create an abstract Selenium WebDriver Implementation of it following SOLID principles.
18 Sep 2016 by Anton Angelov
Learn how to improve automated testing troubleshooting through the introduction of meaningful exceptions' messages on tests' failure. The third version of the utility will utilize the Decorator Design Pattern.
24 Aug 2021 by Matthew_Heusser
In this post, you will learn a bit about the various components that make up Selenium WebDriver.
9 Nov 2023 by Suhagkumar Vamja
This article discusses running automation tests at scale using Python, primarily focusing on Selenium.
9 Nov 2023 by M Mohammed Afsal
This post will discuss Selenium, how to set it up, and how to use Java to create an automated test script.
9 Nov 2023 by Shahzeb Hoda
In this article, we will learn how to set up a Selenium WebDriver with Java and run the web automation tests (in series and parallel) on the LambdaTest cloud grid.
13 Dec 2023 by Nicolas DESCARTES
How to leverage Selenium for UI tests?
6 Sep 2018 by Desmond McCarter
A utility for generating Selenium based Page Object Pattern classes used in web/mobile test cases.
26 Jun 2016 by Anton Angelov
Build a Hybrid Test Automation Framework. Learn how to create an abstract Selenium WebDriver Implementation of it following SOLID principles.The post Create Hybrid Test Framework – Selenium Driver Implementation appeared first on Automate The Planet.
4 Mar 2021 by Yevgeniy Shunevych
An introduction to Atata C#/.NET web UI test automation full-featured framework based on Selenium WebDriver
9 Feb 2017 by Sean Rand
Let's get moving in Selenium and start Automation Testing in this Selenium Series.
9 Nov 2023 by Suhagkumar Vamja
This tutorial will discuss using Selenium with JavaScript for automated testing of websites and web applications.
6 Nov 2014 by Jake Rote
Xenon is a framework which helps you to write stable acceptance tests
13 Apr 2019 by Florian Rappl
How to run End-To-End tests in an Azure Pipeline using Nightwatch.js framework with TypeScript
13 Oct 2014 by Sipra Ray
Selenium to start with for automation Testing in a simple and diagramatic approach..
2 Mar 2017 by Sean Rand
This is an article to demonstrate different uses of ByType Selectors within Selenium. This is the heart of the API, Finding Element(s) using By Types. Understanding these ByType's are key in navigating, selecting and using web elements to test. Lets get going in Automation Testing!
16 Mar 2017 by Sean Rand
Testing using Chrome, Internet Explorer, Edge, and Firefox!
17 Apr 2019 by WasiUllah Khan
Automated Pakwheels parsing with Selenium and Python