C# Automation Framework for Web Apps using Selenium, Appium, Sauce Labs and more In this FREE tutorial we will learn how to: ✅ Implement an advanced automated testing framework ✅ Run tests in massive parallel (176 tests in 140 sec) ✅...
Welcome to the third article of the Java Selenium series. In this article, we’re going to learn how to actually interact with our web elements so we can perform actions on them after we locate them. We will learn how to: Take basic actions on elements Get...
In this part of the article series, we will learn one of the most fundamental topics when it comes to test automation. And that is locating the Web elements so that we can use Selenium WebDriver to interact with them and perform different kinds of operations. This is...
Selenium WebDriver and Web Test Automation have become almost synonymous in the past few years. That’s why most people who want to start their automation journey will start with Selenium WebDriver. If you’re one of those people, I’ll walk you through creating your...
What is parallelization? Parallelization is the process of running tests simultaneously on different environments. Such as different browsers or operating systems. It is very useful because it can dramatically decrease the test execution time. I’ll show you three of...
In this post we are going to cover how to write a Selenium test using Visual Studio for Mac and .NET Core. We are going to create a login test, as well as a Visual Studio Project. Really awesome! Right? Let’s get it started! How to create a new test project in...