
Why I Joined Applitools (again): Dave Haeffner
Dave Haeffner shares his career journey, which included taking time off to focus on his family before joining Applitools (again).
Dave Haeffner shares his career journey, which included taking time off to focus on his family before joining Applitools (again).
The Problem There is a stark misconception in the industry when it comes to visual testing. Namely that it is hard to automate. Even noted automaters in the field share…
This is the final post in a 3-part series on getting started off with automated web testing on the right foot. You can find the first two posts here and…
In this 3-part series you will learn how to build simple and powerful automated web tests that will work on the browsers you care about and be configured to run…
The Problem It’s easy enough to get started doing visual UI testing with a single browser, and with Selenium you can quickly expand your efforts into different browsers. But, it’s…
The Problem If you’re new to Behavior Driven Development (BDD) tooling (e.g., Cucumber) it may not be obvious how scenarios you’ve specified (using the Gherkin syntax) translates into test automation….
The Problem In the last write-up I covered common issues that can lead to false positives in your automated visual tests along with some workarounds for them. While this was…
The Problem One of the biggest hurdles to successful automated testing is making sure that when your tests fail, they’re legitimate failures. Getting false positives is a slippery slope that…