Tech News
All News AI & ML Architecture DevOps Open Source Programming Team Management Testing & QA Web

Testing & QA

⚑ Report a Problem

Latest Testing & QA news from Tech News

All topics agents ai api architecture automation aws beginners career claude cybersecurity database devchallenge devops discuss javascript llm machinelearning mcp opensource performance productivity programming python security showdev softwareengineering testing tutorial typescript webdev
All EN RU
EN

The Playwright Playbook — Part 3: Multi-User, Multi-Tab & Browser Context Testing

The Playwright Playbook — Part 3: Multi-User, Multi-Tab & Browser Context Testing "Most frameworks test one user at a time. Real apps don't work t…

playwrighttestingtypescriptautomation
Dev.to Jun 17, 2026, 06:27 UTC
EN

AI Made Development Faster. Testing Needs to Stop Living in Spreadsheets.

AI agents are making software development faster. That is great. But there is a problem I do not think we are talking about enough: testing is not spe…

aitestingdevtoolsproductivity
Dev.to Jun 17, 2026, 03:29 UTC
EN

How to E2E Test SendPigeon Email Workflows in Playwright

When you integrate SendPigeon into your app, you get three stages of email testing. Each stage solves a different problem. This guide walks through al…

playwrighttestingjavascriptwebdev
Dev.to Jun 16, 2026, 22:04 UTC
EN

I Built a Local Apex Runtime - Nimbus

Every Salesforce developer knows the wait. You change three lines of Apex, run your tests, and then go make coffee, because deploying to a scratch org…

salesforceproductivitytestingdevops
Dev.to Jun 16, 2026, 20:22 UTC
EN

Your feature flag defaults are backwards in tests

Most test suites get feature flag isolation backwards. The instinct is to opt in to a feature when a test needs it. The correct default is to force th…

architectureprogrammingsoftwareengineeringtesting
Dev.to Jun 16, 2026, 16:22 UTC
EN

I couldn't test my VM sizing math without spinning up a real VM

WhonixAutoSetup is a PowerShell project i keep poking at while studying for Security+. it stands up Whonix on Windows: one VM runs Tor (the gateway), …

powershelltestingcybersecurityvirtualization
Dev.to Jun 16, 2026, 16:18 UTC
EN

The Playwright Playbook — Part 2: Network Interception — The Complete Guide

The Playwright Playbook — Part 2: Network Interception — The Complete Guide "Your tests should own the network — not be at its mercy." In Part 1, we f…

playwrighttestingtypescriptautomation
Dev.to Jun 16, 2026, 08:43 UTC
EN

Agentic QA Pipelines in 2026: Why Test Scripts Are Already Dead (And What Replaces Them)

Agentic QA Pipelines: Why Your Test Scripts Are Already Obsolete You wrote the test. You maintained the test. The app changed. You rewrote the test. I…

testingaidevopssoftwareengineering
Dev.to Jun 16, 2026, 06:18 UTC
EN

Automation Before Automation (ABA) — A Missing Phase in Modern Testing?

Software testing is usually described in two large categories: exploratory testing and automated testing. Exploratory testing is about investigation a…

abaautomationbeforeautomationqatesting
Dev.to Jun 16, 2026, 05:13 UTC
EN

Your Spec Files Are Lying to You. Mine Were Too.

Preface I want to be upfront about something before we get into it. None of the frameworks in this article is mine. The ideas here come from two peopl…

aisoftwareengineeringagentstesting
Dev.to Jun 15, 2026, 17:30 UTC
EN

How to Use DisposableEmail Safely (WithoutLocking Yourself Out)

Disposable email feels like a cheat code. Hand the form an address that exists for an hour, get whatever you came for, walk away. No spam. No mailing …

testingqawebdevprogramming
Dev.to Jun 15, 2026, 16:25 UTC
EN

OTP Verification in Playwright Without Regex

Every developer who has written a Playwright test for OTP verification has written this line: const otp = email . body . match ( / \b\d{6}\b / )?.[ 0 …

webdevplaywrighttestingjavascript
Dev.to Jun 15, 2026, 15:36 UTC
EN

You can't benchmark an AI notetaker against a real meeting — you don't know the right answer. So I generated the meeting.

I wanted to know which AI notetaker transcribes most accurately — Granola, Fathom, or Otter. So I did the obvious thing: I recorded a real meeting, ra…

aitestingproductivitytutorial
Dev.to Jun 15, 2026, 07:19 UTC
EN

I Shipped One Messy Python Script. Here's the 10-Point Checklist That Got It There.

AI writes you a working Python script in about ninety seconds. It runs. You move on. But the script has a long afterlife. It picks up a hardcoded Down…

pythonaitestingproductivity
Dev.to Jun 15, 2026, 05:18 UTC
EN

Why Your GitHub Actions Workflow Didn't Trigger: branches, tags & paths Filters Explained

You pushed a commit, opened the Actions tab, and there's nothing there. No red X, no yellow dot — the workflow simply didn't run. There's no error to …

testingcicdgithubactionsgithub
Dev.to Jun 14, 2026, 15:22 UTC
EN

Every elevator has a load plate. Tests are supposed to kill fear, not feed it.

Every elevator has a small metal plate near the doors: 8 persons — 630 kg . It doesn't mean the car snaps at the ninth person. It means an engineer lo…

devopstestingperformancerust
Dev.to Jun 14, 2026, 14:37 UTC
EN

How to Test AI Agents Before Production

Most AI agents are not failing because the model is useless. They fail because nobody defined what “working” means. A chatbot can answer a question an…

aiprogrammingtestingagentic
Dev.to Jun 14, 2026, 10:10 UTC
EN

How a Five Line Architecture Test Caught a Data Leak a Code Review Missed

TL;DR: Pest PHP can test the structure of your code, not just its behavior. Write your team rules as architecture tests and CI enforces them on every …

testinglaravelphptutorial
Dev.to Jun 14, 2026, 09:20 UTC
EN

[Hands-on] Guide to Locally Testing Athenz Before Opening a PR

Goal This post provides a guide on how to run unit tests locally before submitting a Pull Request (PR) to the Athenz repository. Prerequisite: You mus…

athenztestingopensource
Dev.to Jun 13, 2026, 22:02 UTC
EN

Wiring the Guardrails

A Level 5 Engineer — Issue #6 Preface I want to be upfront about something before we get into it. None of the frameworks in this article is mine. The …

testingdevopsaisoftwareengineering
Dev.to Jun 13, 2026, 18:23 UTC
RU

Table-test или как помочь агенту понять как тестироваться

Агенты сейчас пишут тесты уже за многими из нас, будем объективны, все больше людей кидаем таску ему - получают пачку аппрувов и погнали все это мержи…

gotestinggolangagentstdd
Habr Jun 13, 2026, 05:00 UTC
EN

When you just need to inspect a webhook before writing code

Webhooks are usually discussed as something your application should process automatically. A payment provider sends an event. A Git hosting service no…

apibackendtestingwebdev
Dev.to Jun 13, 2026, 04:16 UTC
EN

Running 100 Playwright Tests in Parallel Without Inbox Collisions

If you've ever tried to run a large Playwright test suite in parallel — the kind that tests email verification flows, magic links, or password resets …

playwrighttestingcicdgithubactions
Dev.to Jun 12, 2026, 22:07 UTC
EN

Why your synthetic fintech data fails code review (and how mixture models fix it)

Every fintech developer has done this: you need test data, you reach for Faker, you generate ten thousand transactions, and your demo works. Then a da…

datasciencefintechtestingpython
Dev.to Jun 12, 2026, 22:01 UTC
EN

Web Testing in 2026 Is Less About Tools and More About Trust

Web testing has become a lot harder to describe in one sentence. It used to be easier to say, “We run some Selenium tests,” or “We use Cypress for fro…

testingwebdevautomatonqa
Dev.to Jun 12, 2026, 19:25 UTC
EN

What Actually Breaks Test Automation After the Demo

Most test automation demos are too clean. The demo app is stable. The login flow is simple. The selectors are obvious. The data is predictable. CI is …

testingqaautomationplaywright
Dev.to Jun 12, 2026, 19:17 UTC
EN

Never Fix a Bug Without Proof: The @test-engineer Prove-It Pattern

Let me describe a scene you've lived. A bug report lands. "The completed tasks are still showing up in the active list." You look at the code, spot so…

githubgithubcopilottestingproductivity
Dev.to Jun 12, 2026, 13:38 UTC
EN

Webhook Testing: The Complete Guide for 2026

Webhooks are how modern systems talk to each other asynchronously. Stripe sends them. GitHub sends them. Shopify, Slack, Twilio, Postmark, SendGrid, M…

webdevapitestingprogramming
Dev.to Jun 12, 2026, 13:36 UTC
EN

2- AWS Serverless: Testing (typescript)

Shifting from traditional application testing to serverless TypeScript engineering is all about shifting your perspective: you stop testing a running …

awstestingjesttypescript
Dev.to Jun 12, 2026, 09:31 UTC
EN

We audited 49 Show HN launches. 38 had a critical bug on day one.

Originally published on the Prufa blog . In June 2026 we pointed Prufa's free audit at 50 products that had just launched on Show HN — every launch fr…

testingwebdevstartupqa
Dev.to Jun 12, 2026, 09:19 UTC

© Tech News — Headline Aggregator

Sitemap Legal Notice Privacy Terms Copyright / Removal DSA Contact

Leaving the site

You are about to open an external website:

Continue →