AI and The Future of Test Automation with Adam Carmi | A Dave-reloper’s Take
We have a lot of great webinars and virtual events here at Applitools. I’m hoping posts like this give you a high-level summary of the key points with plenty of…
We have a lot of great webinars and virtual events here at Applitools. I’m hoping posts like this give you a high-level summary of the key points with plenty of…
Let me tell you a story. It’s one I haven’t told before. But to do it, let’s first get acquainted. Hi – I’m Dave Piacente. You may know me from…
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…