Mar 17, 20212 minAbout my JUnit 5 courseAs you have probably seen, my new course on JUnit 5 is now available at Test Automation University. It’s an introduction to all the...
Apr 1, 20209 minBrowser unaware Selenium tests. STEP 3: Starting a browser based on a system propertyBy now, following the previous two posts in this series, you have setup the methods that initialize a Chrome and a Firefox browser. In...
Mar 25, 20208 minBrowser unaware Selenium tests. STEP 2: Creating browser initialization methods for Chrome, FirefoxIn this second post of the ‘browser unaware Selenium tests’ series, i will show what the methods that start Chrome and Firefox look like,...
Mar 18, 20206 minBrowser unaware Selenium tests. STEP 1: Identify OSs to run tests + choose browsers to supportIn this blog post series, i want to show how i normally set up my browsers and my Selenium code, in order to enable writing ‘cross-OS’,...
Oct 11, 20184 minThe Automated Regression Suite. Part 1 of 3. When to create the tests for regressionWhat do I mean by “automated regression testing”? I am not one for debating for hours what this means, so let me give you my...