by Nikolay Advolodkin | May 2, 2016 | C#, Visual Studio
Something amazing happened to me recently! I am always learning, growing and exploring other resources. And recently I stumbled upon an amazing Visual Studio productivity tool called ReSharper. According to JetBrains, the creators of ReSharper, “ReSharper makes...
by Nikolay Advolodkin | Apr 10, 2016 | Automation, Automation Tools, C#, Selenium Webdriver, Test Automation Frameworks
How to build an automation testing framework? Grab this complete Selenium Webdriver with C# course and start building your own testing...
by Nikolay Advolodkin | Apr 10, 2016 | Automation, Automation Tools, 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...