Testing Browser Alerts, Confirmations, and Prompts with Cypress
A major component of building for the web is providing our customers feedback as they’re navigating and using our apps. The browser provides native ways to do that including alerts,…
A major component of building for the web is providing our customers feedback as they’re navigating and using our apps. The browser provides native ways to do that including alerts,…
80+ questions and answers about one of the hottest new testing frameworks around, Playwright! Playwright is a relatively new open source cross-browser automation framework for end-to-end testing, developed and maintained…
If you read my previous blog, Fast Testing Across Multiple Browsers, you know that participants in the Applitools Ultrafast Cross Browser Hackathon learned the following: Applitools Ultrafast Grid requires an…
Ultrafast testers seamlessly resolve unexpected browser behavior as they check in their code. This happens because, in less than 10 minutes on average, they know what differences exist. They could not do this if they had to wait the nearly three hours needed in the legacy approach. Who wants to wait half a day to see if their build worked?
What do you think about cross browser testing? Developers likely develop on only one browser – and maybe only one operating system. How does an app maker ensure that defects…
As toolsmiths, let’s explore how else we might be able to use visual testing tools to meet our regression testing needs.
Can you double or triple the speed of your test runs by switching out a few lines of code? That’s what the team at Applitools is promising. They’ve challenged test…
Early January this year, Applitools announced the results of their Visual AI Rockstar Hackathon winners of which I am lucky to be included as one of their silver winners. I blogged about…
How do you test a design system? You got here because you either have a design system or know you need one. But, the key is knowing how to test…
Why Learn Modern Cross Browser Testing? 100 Cross Browser Testing Hackathon Winners Share the Answer. Today, we celebrate the over 2,200 engineers who participated in the Applitools Ultrafast Cross Browser…
Cypress, among other things, validates the structure of your DOM. It verifies that a button is visible or that it has the correct text. But what about the look and…
Test Categories When it comes to Test Strategy for any reasonable sized / complex product, one aspect would always be there – the categories of tests that would be created,…