Best of SeleniumOctober 2023

  1. 1
    Article
    Avatar of lambdatestLambdaTest·3y

    How To Perform Visual Regression Testing With Selenium And Smart UI

    Visual regression testing is a method to verify that the changes made to the User Interface (UI) of the application are correct. It helps uncover visual bugs and ensure a better UI and UX. The testing is performed by comparing screenshots of the UI before and after the changes. Visual regression testing is important as it helps improve user retention and trust, identifies cross-platform issues, and guides users towards actions on the application.

  2. 2
    Article
    Avatar of lambdatestLambdaTest·3y

    How to Use JUnit ErrorCollector [With Examples]

    The article discusses the usage and benefits of JUnit ErrorCollector in test automation. It explains the different types of Asserts in JUnit, when to use JUnit ErrorCollector, and the advantages of using ErrorCollector in JUnit test scripts.

  3. 3
    Article
    Avatar of lambdatestLambdaTest·3y

    Debugging Selenium pytest Failures

    This article explores common challenges in Selenium pytest failures, provides debugging techniques, and discusses best practices to prevent failures. Topics covered include flaky tests, dynamic web elements, synchronization, cross-browser compatibility, environment dependencies, and more. The article also introduces the Page Object Model (POM) design pattern for more maintainable test code.