by Guest | Nov 22, 2022 | Automation, Automation Tools, Selenium Webdriver
The web browser testing and automation field is highly competitive, so it’s easy to look at everything in an ‘Us vs Them’ mode. There’s a built in mindset within the industry, particularly among performance testers, that everything has to have an edge over something...
by Nikolay Advolodkin | Aug 15, 2017 | Automation Tools
Testing in the cloud vs locally Testing in the cloud can be fun. You have a shiny new tool and we all enjoy to play with tools. However: Testing in a cloud service can also be hard. There are challenges that you will face that I will describe below… Advantages...
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...