
Unpopular Opinions: Software Testing Edition
Most articles share the good sides of testing. This isn’t that. Here, you’ll find hot takes from the test community on the things that are rarely said out loud 🔥
Most articles share the good sides of testing. This isn’t that. Here, you’ll find hot takes from the test community on the things that are rarely said out loud 🔥
A code review is a quality assurance activity to ensure that check-ins are reviewed by someone other than the author. If not pair-programming when writing the code, mature development shops…
Angie Jones explains the architecture behind Selenium 4’s new Chrome DevTools API and how to use it to take your tests to the next level.
Mobile testing is hard, and unfortunately mobile viewports are ripe for visual bugs. Learn how to catch these expensive bugs using visual testing.
The Playwright open source automation framework has released a Java API for cross-browser end-to-end testing! See how to install Playwright, create tests, and implement the Page Object Model design pattern.
It’s been 2 years since we last evaluated Selenium vs Cypress. Let’s see what’s changed since then!
What’s the top 10 test automation courses people took this year to enhance their skills? Find out here!
See the top 5 programming languages used for web and mobile UI automation!
Angie Jones describes a portfolio of ten projects that help even novice test engineers demonstrate their skills to get the job.
As toolsmiths, let’s explore how else we might be able to use visual testing tools to meet our regression testing needs.
Opening a brand new window or tab in Selenium 3 wasn’t very intuitive as there was no built-in method to do this. Selenium 4 provides built-in support to create a new tab or window within the same driver session.
Coding recipes using the newest automation testing tool There’s a new kid on the block in the world of automation testing tools….Playwright! Created by Microsoft, Playwright is an open source…