
Leverage The Power of Testers
If you’re a developer, you probably don’t appreciate the power of testers. In fact, you probably think negatively about some aspect of your testing team. They think of bugs that…
If you’re a developer, you probably don’t appreciate the power of testers. In fact, you probably think negatively about some aspect of your testing team. They think of bugs that…
It is no secret that many teams struggle with automated functional UI testing – some to the point where it is completely abandoned – even though the UI is the…
If you run continuous deployment today, you need high-performance testing. You know the key takeaway shared by our guest presenter, Priyanka Halder: test speed matters.
How do you bridge the gap between quality engineering and product management? In October 2019, Evan Wiley from Capital One presented on this topic for an Applitools webinar. Evan introduced…
You can easily integrate visual UI tests into your CI/CD workflow. Simply add an additional task in the workflow to run the visual UI tests. Typically, the CI Provider runs the automated tests and sends the results to the Visual Testing Provider. The Visual Testing Provider analyzes the testing results and reports them back to the SCRM on that specific PR.
This course is great for learning Appium with visual testing. Jonathan’s course presents the test code in easy-to-read chunks. If you’re not a Java person, you might not get all the syntax, but you’ll get why things are organized the way they are. (Note – if you’re interested in learning Java, take Angie Jones’s course about the Java language on Test Automation University).
We are thrilled to announce the Applitools Visual AI Rockstar Hackathon winners. We think the people who participated and won the Hackathon are not just some of the top QA engineers but also trailblazers who are leading the way in pushing the QA industry forward.
Modern Functional Testing – Caveats and Conclusion In reaching the conclusion of the course on Modern Functional Testing using Visual AI, I reach the key question: Can I use visual…
How do you check the behavior of one application across dozens of browsers, devices, and viewport configurations in seconds? Applitools Ultrafast Grid.
You’re running functional tests with visual validation, and you have dynamic data. Dynamic data looks different every time you inspect it. How do you do functional testing with visual validation,…
While Cypress.io lacks support for cross-browser testing, Applitools supports it via their Applitools Ultrafast Grid. You can combine the best of both worlds by using Cypress.io to write your integration and E2E tests and letting Applitools Ultrafast Grid handle cross-browser testing for you.
Visual AI simplifies your functional test while adding visual coverage. Visual AI compares rendered output against rendered output. If visual differences exist, you can identify those as intended or not.