I’m Not an Automation Engineer — But Here’s How I Use Playwright to Boost QA Anyway

You don’t need to be a certified automation engineer to write useful Playwright tests. I started with local scripts, flaky results, and real QA problems. Here’s how I made automation work without overengineering it—and why manual QA still wins in 2025.

I Was an Automation Engineer – But as a QA Lead, I Still Prefer Manual Testing

Automation testing is powerful, but is it always the best choice? As a former automation engineer and now a QA Lead, I still find manual testing faster and more effective in many cases. This article breaks down why manual testing is NOT dead and why a balanced approach with automation and AI is the future of QA.

Breaking Down the QA Basics: Tools, Test Plans, and Common Practices

This post outlines essential components of Quality Assurance (QA) for beginners, emphasizing practical tools and processes crucial for effective testing. It covers key testing tools, the significance of structured test plans, common QA practices, and developing strong testing habits. Focusing on these elements enhances software quality and tester expertise.

Build a QA Framework for Teams: Empower Your QA Process and Elevate Software Quality

Learn how to create a robust QA framework for your team that empowers collaboration, integrates continuous testing, and drives quality at every stage of development. Establish a proactive QA process and prevent bugs from slipping through.

Advanced Tips for Using Playwright’s Codegen in Test Automation

Playwright’s codegen tool revolutionizes test automation by generating scripts quickly and efficiently. While codegen is often viewed as a beginner’s tool, its advanced features make it equally valuable for experienced QA professionals. This article dives deep into advanced tips for maximizing the potential of Playwright’s codegen in automated testing, helping you streamline workflows, enhance script … Read more

Visual Regression Testing with Playwright

In the realm of automated testing, visual regression testing ensures that the user interface (UI) remains visually consistent across application updates. By leveraging Playwright’s advanced testing capabilities, combined with tools like codegen and third-party visual regression tools, testers can automate UI checks with precision and efficiency. This article explores how to implement visual regression testing … Read more