
How To Do Cross-browser Visual Testing with Selenium
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 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…
In previous write-ups by Selenium expert Dave Haeffner (published here, on the Applitools blog), he covered the basics of automated visual UI testing and how to execute it. Following those…
One of the most challenging things about DevOps for existing development organizations, is how hard it is to get started. New development teams can grow organically with DevOps principles from…
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….
Influencers and thought leaders in Testing Automation are shaping the discourse of today’s quality assurance. By providing tools, practices and ideas driving effective implementation of Agile, Continuous Deployment & DevOps,…
Quality Assurance (QA) is one of the integral parts of software development process. Every component and piece of a software module has to pass through quality assurance before they are…
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…
The development world is Big Data hungry, but it often feels like a race to nowhere, because the number of options is huge, and the use case is not always…
When you are a small and lean software development shop it seems you can’t always do things the ideal way. The processes and tooling you adopt are associated with an…
Your development team is stretched-thin as demands increase, but Quality Assurance takes a lot of effort—not just in running the actual tests, but in maintaining the tests, communicating with developers…
Visual UI Testing in conjunction with functional testing is a new approach to improving application quality without additional effort, and like all new technologies, people have questions. The most common…