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 | Dec 23, 2016 | Software testing
When you invest in a new piece of software, there is an expectation that it will work perfectly right out of the box. There is always the possibility of some glitches and errors especially when it is still in the beta period, but once the entire software testing phase...
by Nikolay Advolodkin | Oct 27, 2016 | Selenium Problems, Selenium Webdriver
Sometimes, you got some issues with firefox not working properly with Selenium Webdriver. In this cases, you need to downgrade firefox version that is installed on your computer to make it work. 1. Stop auto updates on your browser. On your current browser, make sure...
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 | Oct 11, 2016 | Selenium Problems, Selenium Webdriver
The Problem If you are attempting to use: RemoteWebDriver class from Selenium Webdriver with a Chrome extension and .NET bindings You will seriously struggle. Whether you are attempting to create your own Selenium Grid or use a service like Sauce Labs or Browser...
by Nikolay Advolodkin | Sep 30, 2016 | Software testing
Our second post in this series focuses on efficient test case design using black box testing. The goal of these posts is to make you better at designing test cases so that you can develop higher-quality systems. In-depth explanations and practice exercises are at the...
by Nikolay Advolodkin | Sep 22, 2016 | Software testing
In today’s IT world, the lines between developers and QA Engineers are being blurred. With the emergence of Agile, Test Driven Development, Continuous Integration, and many other methodologies, software testing is becoming even more critical. To support daily...
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 | Jul 14, 2016 | Automation, Selenium Webdriver, Visual Studio
I got this tip from my boy Dave H, written in Ruby....