by Nikolay Advolodkin | Nov 20, 2020 | Test Automation Frameworks
MsTest and NUnit are the two most popular unit testing frameworks in the .NET ecosystem. I always get questions from my students asking about which should be used and why. Let’s talk about the advantages and disadvantages of each solution. Parallelization...
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...