by Nikolay Advolodkin | Mar 9, 2018 | Selenium Webdriver
Learning a new concept is always exciting if you use the best approach that makes learning enjoyable. The first time you learn how to sew you will always enjoy it if you have an opportunity to do it on your own. When you take the needle and do the first stitches, you...
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...
by Nikolay Advolodkin | May 26, 2016 | Automation, Software testing
Let’s imagine an application called QTP Tutorial. The development team is going to start work on this application tomorrow. The ultimate goal of the software development process is to deliver the highest quality for QTP Tutorial in the shortest amount of time...
by Nikolay Advolodkin | May 17, 2016 | Automation, Automation Tools, C#, Selenium Webdriver, Visual Studio
I. How to set up a Visual Studio unit test project for automation testing? Open Visual Studio and click “New Project” to start a new project. For those of you that are new to Visual Studio, a project can represent a collection of things such as classes and...