Let's talk QE, Testing, and Anything related to Test Automation!

Hi there! This is a place where I share insights about Quality Engineering and Test Automation, covering topics that seasoned QEs should be familiar with. Whether you're an experienced pro or just starting out, you'll find something helpful here.

📌 3 Pinned

Locator Strategy: Ensuring Test Stability and Reducing Flakiness in UI Testing

When it comes to UI testing, the reliability and consistency of your tests are paramount. In this article, we will explore various strategies to ensure the stability of your tests and minimize issues like flakiness and false reports. Our focus will be on utilizing TypeScript and Playwright to illustrate these strategies.

Page Object Model Architecture for UI Testing

In the world of software testing, efficiency, maintainability, and scalability are paramount. The Page Object Model (POM) architecture is a popular approach to UI testing that promotes these virtues. It not only helps in achieving robust test automation but also ensures that the test code is easy to maintain and adapt. This blog will dive into the core concepts of the Page Object Model and how to implement it for your UI testing needs.

Robot Framework vs. Playwright for UI Testing

In UI testing, choosing the right tool can greatly impact your testing process's stability, reliability, and maintenance. In this article, we'll compare two popular options: **Robot Framework** and **Playwright**. We'll focus on factors such as test stability, reducing flakiness, ease of maintenance, skill set required, features, and future-proofing options. Additionally, we'll delve into their pros and cons, limitations with Robot Framework, and why it may not be the ideal choice for a modern engineering process.