Recent content by annajsbecker

  1. annajsbecker

    Best practices for managing E2E test reporting on complex web projects?

    Hi everyone, I’m currently setting up the E2E automated testing architecture for a web application project, and I'd love to hear how other teams handle test execution reporting and living documentation. We are using Java and Selenium with Cucumber BDD. While running tests in CI/CD works fine...
  2. annajsbecker

    The Financial Impact of Quality: Cost of Software Bugs

    When evaluating the cost of software bugs, the biggest financial drain is usually not fixing the bug itself, but the time engineering teams spend manually writing, translating, and maintaining test cases across different systems. Integrating AI into the testing pipeline helps reduce this...
  3. annajsbecker

    How to fix flaky test database errors in parallel automation runs?

    I’m currently optimizing our automated content pipeline. One issue we’ve faced is managing the massive amount of metadata for different profiles during testing, which leads to flaky errors when multiple parallel workers mutate a single shared staging database. To eliminate this friction, we...
Back
Top