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 | 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...