Systems | Development | Analytics | API | Testing

How to Handle iFrames and Frames in Selenium WebDriver?

Frames and iFrames (Inline Frames) are regularly used in web pages to embed content from external sources or divide a page into multiple sections. Handling frames and iFrames is a common challenge during test automation for the Selenium WebDriver, as switching between different contexts within the same page is necessary to interact with elements appropriately. Read further to learn about the approach to handling frames and iFrames in Selenium WebDriver.

End-to-end Testing with #Playwright | David Paquette | The Test Tribe Calgary Meetup

The Test Tribe Calgary Meetup took place on 22nd January and featured David Paquette, Principal Software Engineer at Microsoft, who took us through the power of Playwright in making end-to-end testing seamless and reliable. If you've ever struggled with flaky tests, difficult test setups, or maintaining complex test code, this talk was packed with solutions. David demonstrated how to write stable cross-browser tests, debug efficiently using Playwright’s codegen, inspector, and trace viewer, and shared practical strategies to enhance test automation workflows.

Understanding the Action Class in Selenium and How to Handle It?

While Selenium WebDriver provides essential functions like clicking elements and sending text, there are situations where more advanced functions are needed. The Action Class in Selenium is an advanced feature in the Selenium WebDriver that provides an API for performing complex user interactions like mouse movements, keyboard inputs, drag and drop, and other keyboard and mouse actions.

What is Stale Element Reference Exception in Selenium (and How to Handle It?)

Selenium is a popular web automation tool used to interact with web elements, analyze user actions, and test web applications. However, one of the most common challenges when using Selenium is dealing with the StaleElementReferenceException. This exception can occur when Selenium attempts to interact with an element that is no longer available or has been removed from the DOM (Document Object Model).

Building Smarter Developer AI Agents: QA Automation for Seamless Next-Gen Software Evolution

AI code generation is at a Pareto threshold. The first 80%—writing simple, functional snippets—is relatively straightforward. But the last 20%? That’s where it gets tricky. Building resilient, adaptable systems isn’t just a technical hurdle; it’s a leap of imagination and engineering, similar to the journey toward self-driving cars. Remember when everyone thought fully autonomous vehicles were “just around the corner”?

A Look at Imposter Syndrome Among QAs

It’s that time of year again—performance review season. Reviewing impact statements across various crafts, I’ve noticed a pattern among Quality Engineering (QE) professionals. Statements often focus on test cases, defects found, and deadlines met. But is that truly all we bring to the table? I believe there’s a much broader, often undervalued, impact on the QE role.