AI vs DOM

AI vs. The DOM: Is the “Brittle Era” of Selectors Finally Over?

We’ve all been there: It’s 2 AM, the CI/CD pipeline has turned a violent shade of red, and the culprit is a NoSuchElementException. The cause?…

Read Article →
API Mocking

How to Intercept and Modify Network Responses with Playwright

When testing web applications, we often depend on external APIs or backend services. If these…

Read Article →
Selenium Locators

Unleashing the Power of Selenium 4: A Deep Dive into Relative Locators

With the launch of Selenium 4, a new feature known as relative locators (or friendly…

Read Article →
Selenium Manager

Unleashing the Power of Selenium 4: A Deep Dive into Selenium Manager

Selenium is a popular framework for automated web testing. However, one of the common challenges…

Read Article →
Postman

Postman Challenge: Day 2 – Version Control

As you know, we are in the journey to complete our 15 Days of Postman…

Read Article →
Locators

EP 1: Introduction to Selenium Locators

Selenium Introduction Selenium is an open-source software framework primarily used for automating web applications. It provides a way to interact with web browsers and perform…

Read Article →
pabot

Understanding Parallel Execution in Robot Framework

Parallel execution involves running multiple test cases or test suites concurrently, leveraging the computational resources…

Read Article →

Test code should rarely be resilient

Fail fast. Faster! Faster!! One of the key differences between web application code and the…

Read Article →
think

7 Principles for Test Automation

More lessons from the school of Hard Knocks If I think of more, I’ll change…

Read Article →
Postman

Postman Challenge: Day 1 – API Client

Postman, a widely popular API testing tool, has launched the “15 days of Postman –…

Read Article →
WDIO

Conquering Your First Mobile Test with WebdriverIO & Appium: A Beginner’s Guide

Welcome, test automation enthusiasts! Whether you’re a budding newbie or an SDET hungry for new tools, this guide will equip you to run your first…

Read Article →

Crafting a Robust TestBase Class in Java

Introduction: In the ever-evolving field of software quality assurance and test automation, establishing scalable and…

Read Article →
Scroll to Top