by Nikolay Advolodkin | Apr 16, 2020 | Resources
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...
by Nikolay Advolodkin | Mar 31, 2020 | Uncategorized
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...
by Nikolay Advolodkin | Mar 23, 2020 | Cucumber
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....
by Nikolay Advolodkin | Mar 17, 2020 | Random, Uncategorized
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...
by Nikolay Advolodkin | Mar 12, 2020 | Courses
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...
by Nikolay Advolodkin | Feb 17, 2020 | Selenium Problems
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...
by Nikolay Advolodkin | Dec 30, 2019 | C#, Programming
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...
by Nikolay Advolodkin | Nov 25, 2019 | 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...
by Nikolay Advolodkin | Oct 14, 2019 | Automation Productivity, Automation techniques
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...
by Nikolay Advolodkin | Oct 8, 2019 | Automation Tools, TestProject, webdriverio
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...