Less UI Automation Equals Greater Success
Automation engineers find ways to optimize their practice and to find the most reliable results. This is the difference between having confidence in a feature launch, going over-deadline and over-budget. As all engineers are aware, there’s a huge difference between...
Selenium WebDriver with Java Quickstart Resources
This is a list of resources for the Selenium WebDriver with Java Quickstart Course Resources. Introduction Source code for the entire course Tools Setup Common selenium errors postFB Automation CommunityGit GistsJava SE DownloadIntelliJ DownloadMaven downloadSource...
Most Common Errors In Selenium WebDriver Masterclass with C#
This guide covers the most common errors faced in the Selenium WebDriver Masterclass with C#. Use Ctrl + F, or the Table of Contents to find your issue and its solution. Visual Studio errors If you are using Visual Studio with C# and MsTest for your Selenium...
Stop Checking If Page Is Loaded In Automated UI Test
I recently had an excellent conversation with my bud Titus Fortner and realized that it's actually pointless to check whether a page has loaded. Since all automated browsers tests aim to mimic user behavior, at some point we will be making a UI interaction. At this...
How Manual Testers Can Do Automation With Cucumber Efficiently?
Are you thinking about having manual testers writing English-like Gherkin syntax using a tool such as Cucumber or SpecFlow for UI test automation? In this article I will outline the correct way to do it as well as advantages and disadvantages of different approaches....
How To Stay Productive While Working From Home
Since most of the world is now confined to the home office, it's still important to stay productive. I have been working from home full time for almost two years now and I have been running my blog on nights and weekends since 2013. I would say that I'm pretty good at...
Complete Selenium WebDriver with Java Bootcamp
Are you ready to become a professional that is able to handle the demands of the modern world? This Selenium WebDriver course is going to boost your professional value! There are companies all over the world that are searching for talented developers that are able to...
How to fix Selenium Java errors?
Are you struggling to get started with Selenium WebDriver in Java? Well this post will help you to resolve the most annoying Selenium WebDriver with Java errors. java.lang.IllegalStateException: The driver is not executable: .../chromedriver Error Message...
Intro to Selenium WebDriver with .NET Core – Part 1
Overview Today, I'm going to introduce you to how to do test automation and write your very first automated script using Selenium WebDriver with .NET Core. via GIPHY .NET Core is the latest cross-platform framework for Microsoft that allows you to run the same code on...
Continuous Delivery with TFS, VSTS, and Azure DevOps
In this article we tackle all of the common challenges encountered when trying to do continuous integration with Azure DevOps aka VSTS aka TFS. Some critical topics that are tackled here are: How to work with Azure DevOps environment variablesHow to create a build...
What is the Best Programming Language for Automation?
What programming language should you choose for your test automation? In many instances, but certainly not all, choose the same programming language as your development team. Choosing the same programming language can ⬆️cross-functional collaboration...
3 Automated Testing Tools Simplifying Selenium and Appium (All Free)
I think that you will agree with me when I say that in the history of test automation, Selenium and Appium are the two of the greatest tools that have been created. They are the de facto standard for mobile and web automation. Unfortunately, they are only the bare...
Tony Robbins Business Mastery Review
A few months ago I purchased the Tony Robbins Business Mastery program because I was interested in becoming an overall better leader and improving my organizational skills. Hoping to achieve better outcomes for my career. Tony Robbins is an amazing human being and is...
The difference between Explicit and Implicit Waits in Selenium WebDriver
Confused about all of the different Selenium Webdriver Timeouts? This post will help you to understand the difference between an Explicit and Implicit Wait. Which should you use and why? Based on recommendations from Selenium community... You should only use an...
WebDriverIO: Get started quickly [2019]
What is webdriverIO? Webdriver IO is a Node.js automation framework that uses WebDriver W3C protocol for web and mobile automation under the hood. What makes it really awesome is the easy setup and the simple interface that exists to interact with...
The Latest Changes To Selenium WebDriver 4.0 And How to Fix Your Broken Code [2019]?
Selenium 4.0 that is W3C compliant is coming, are you ready? We still need to do a lot of scrambling to get all of the correct code together. But I will do my best to guide you through all of the problems that you might face with the .NET bindings It gets better: I...
Best Selenium Tutorials (2020)
In this post, I will discuss the best selenium tutorials that you can find online in 2019. Rather than wasting time with poor tutorials, I wanted to provide you the most useful content. Most of these tutorials I have watched myself and the others I analyzed thoroughly...