by Nikolay Advolodkin | May 6, 2020 | Uncategorized
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...
by Nikolay Advolodkin | May 2, 2020 | Courses
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...
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....