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...
by Nikolay Advolodkin | Jan 16, 2017 | C#, Selenium Webdriver, Sychronization
Why is it important to have proper synchronization for your automated tests? Have you ever dealt with flaky automated checks? Checks that fail intermittently and you are unsure why? How about checks that fail in your Continuous Integration environment, but work...
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...