by Nikolay Advolodkin | Jan 11, 2017 | Automation
Today, while doing a live Q&A session at Automation Guild, I got an excellent question that stumped me. I was asked, “How to be able to navigate between the good and bad content on the web?”. And this is a phenomenal question because it applies to all...
by Nikolay Advolodkin | Dec 28, 2016 | Automation, Selenium Webdriver, Sychronization
In This Course In this course, you will: 1. Learn the problems that can occur as a result of improper synchronization 2. Learn how to use Selenium Webdriver explicit waits 3. Master Selenium Webdriver implicit waits 4. Understand what a DefaultWait is 5. Comprehend...
by Nikolay Advolodkin | Dec 26, 2016 | Automation, Selenium Webdriver, Sychronization
In This Course In this course, you will: 1. Learn the problems that can occur as a result of improper synchronization 2. Learn how to use Selenium Webdriver explicit waits 3. Master Selenium Webdriver implicit waits 4. Understand what a DefaultWait is 5. Comprehend...
by Nikolay Advolodkin | Dec 25, 2016 | Automation, Selenium Webdriver
In This Course In this course, you will: 1. Learn the problems that can occur as a result of improper synchronization 2. Learn how to use Selenium Webdriver explicit waits 3. Master Selenium Webdriver implicit waits 4. Understand what a DefaultWait is 5. Comprehend...
by Nikolay Advolodkin | Oct 17, 2016 | Automation
Today I want to share with you how to download a project from Github. You can do this with any project, but I specifically want to teach you how to download this Automation Testing framework that I developed. The framework is HERE. For Visual Studio 2015 (Since the...
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...