DFDwayne from Samelogicinsamelogic.hashnode.dev·20h ago · 13 min readPlaywright Best Practices for Tests You Can TrustPlaywright best practices are not a collection of clever APIs. They are the habits that keep a test focused on user-visible behavior, synchronized with the application, isolated from other tests, and 00
DFDwayne from Samelogicinsamelogic.hashnode.dev·1d ago · 12 min readWhat Are Test Artifacts in Software TestingTest artifacts are the work products created or used to plan, execute, understand, and verify testing. They include obvious items such as a test plan, test cases, and a defect report. They also includ00
ARAdrian Robinsonindefinitionofdone.hashnode.dev·4d ago · 11 min readTaking Vibium For Beta SpinWe pointed a beta browser-automation engine at a 1,500-class Selenium suite. The speed result wasn't the one we expected. A first pass at evaluating Vibium's beta Grid support against a production e-c00
IDIvan Davidovinidavidov.eu·5d ago · 7 min readAgentic Playwright Is Now Open SourceYou ask your AI assistant to write a Playwright test. It delivers instantly. The code looks clean, the review passes, you merge it. Two days later it fails in CI. You open the file and there it is: an00
DFDwayne from Samelogicinsamelogic.hashnode.dev·4d ago · 11 min readHow to Debug Playwright Tests Locally and in CIA failed Playwright test does not always need more logging. It needs the debugging surface that matches the failure. If the assertion already shows the wrong text, start there. If a click targets the 00
DFDwayne from Samelogicinsamelogic.hashnode.dev·5d ago · 13 min readPlaywright vs Selenium and How to Choose for Your Test SuitePlaywright and Selenium can both automate serious browser testing. The useful choice is not “which tool is newer?” It is which operating model fits your browsers, languages, infrastructure, team, and 00
SDSynfinity Dynamics Pvt Ltdinsynfinitydynamics.hashnode.dev·5d ago · 11 min readThe Three Types of Testing Every Developer Should KnowAsk ten developers what "testing" means and you'll get ten different answers. That's because testing isn't one thing it's a layered strategy. Most modern testing philosophy boils down to three core ty10
AKAnuvrat Kumar Singhinanuvratsingh-dev-test.hashnode.dev·Aug 15 · 10 min readWhen Your Learning Becomes Your Debugging ToolkitEarlier this year, I wrote about the Thundering Herd Problem as part of my journey of learning more about distributed systems. At the time, it was a concept I was studying. I understood the basic idea00
DFDwayne from Samelogicinsamelogic.hashnode.dev·6d ago · 11 min readWhy Self-Healing Test Automation Still Needs Human ReviewSelf-healing test automation tries to keep a UI test running when its original element locator no longer finds the intended control. The idea is useful. A button can remain the same product object whi00
DFDwayne from Samelogicinsamelogic.hashnode.dev·Aug 15 · 12 min readWhat a QA Engineer Actually Does Across a Software ReleaseA QA engineer does not spend the whole day clicking through finished features and filing bugs. The job starts earlier and ends later. A strong QA engineer helps the team identify product risk, turns r00