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...
by Nikolay Advolodkin | Sep 29, 2019 | Uncategorized
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...
by Nikolay Advolodkin | Jul 15, 2019 | Sychronization
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...
by Nikolay Advolodkin | May 20, 2019 | webdriverio
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...
by Nikolay Advolodkin | Apr 19, 2019 | Selenium Webdriver
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...
by Nikolay Advolodkin | Apr 7, 2019 | Resources
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...