by Nikolay Advolodkin | Feb 27, 2017 | Selenium Webdriver, Test Automation Frameworks
Did you know that there is an abundance of incredible code out in the world that has already been developed? You are not the first person to try and build an Enterprise level test automation framework. People have been doing this for decades. This is going to be a...
by Nikolay Advolodkin | Feb 27, 2017 | Resources, Selenium Webdriver
In this post, I compiled a list of my favorite online courses for test Selenium WebDriver. Most of them I have taken myself and the others I analyzed thoroughly to make sure that it’s quality and should be recommended to you. I did my best to get a range of...
by Nikolay Advolodkin | Feb 17, 2017 | Automation Tools
That’s right, I truly believe that when it comes to automated functional web testing, Selenium WebDriver annihilates HP’s web testing tool, QuickTest Pro (QTP), aka Unified Functional Testing (UFT). If you disagree, that’s cool –– I welcome your thoughts and counter...
by Nikolay Advolodkin | Feb 14, 2017 | Automation, Test Automation
Functional graphical user interface (GUI) test automation is hard. It is because the web is constantly evolving to create a better user experience. Moreover, the problem is exacerbated by bad information on the web about how to correctly write functional tests. That’s...
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 | Jan 15, 2017 | 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 wait 4. Understand what a DefaultWait is 5. Comprehend how...
by Nikolay Advolodkin | Jan 14, 2017 | 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 wait 4. Understand what a DefaultWait is 5. Comprehend how...
by Nikolay Advolodkin | Jan 13, 2017 | 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 wait 4. Understand what a DefaultWait is 5. Comprehend how...
by Nikolay Advolodkin | Jan 12, 2017 | 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 wait 4. Understand what a DefaultWait is 5. Comprehend how...
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...