by Nikolay Advolodkin | Sep 3, 2017 | Resources
I think you will agree with me when I say: It’s REALLY hard to find good resources to teach you Selenium WebDriver. Or is it? When I first started doing test automation with Selenium many years ago, I had a tough time finding good resources to help me improve my...
by Nikolay Advolodkin | Sep 8, 2016 | Automation, Automation Tools, C#, Selenium Webdriver
Introduction Parallel test execution involves running a suite of automated tests in parallel as opposed to sequentially. You don’t execute your tests one by one. Rather, you take the entire batch and split it up amongst multiple servers so that each server can run a...
by Nikolay Advolodkin | Jul 26, 2016 | Selenium Problems
Here you will find the most common Selenium WebDriver errors and the solutions to those errors. Enjoy 👍 Selenium C# errors Element is not clickable at point (X, Y). Other element would receive the click… Error Message System.InvalidOperationException :...
by Nikolay Advolodkin | Apr 10, 2016 | Automation, Automation Tools, Selenium Webdriver
Introduction Parallel test execution involves running a suite of automated tests in parallel as opposed to sequentially. You don’t execute your tests one by one. Rather, you take the entire batch and split it up amongst multiple servers so that each server can run a...