Toplam 33 haber derlendi.
Test Guild
AI Testing Is Bigger Than You Think, 5 Areas Testers Must Own with Swati Seela
About This Episode: Most testers are stuck arguing about whether AI is coming for their jobs. Swati Seela thinks that’s […]
Evil Tester
Quern – Jerimiah Ham | Show 033
Alan Richardson speaks to Jerimiah Ham about Software Testing with AI and his new Free AI enabled Mobile Automating and Testing Tool Quern. Join Alan Richardson and guest Jerimiah Ham, developer of Quern, as they discuss testing tools, AI in software testing, and Jermiah’s new AI mobile tool d…
Applitools Blog
The Acceleration Whiplash: How Customer Success Keeps Quality at the Speed of AI
AI is making software development faster, but at what cost to quality? See how Applitools Customer Success builds automated, continuous validation directly into your delivery pipeline so quality keeps pace with AI. The post The Acceleration Whiplash: How Customer Success Keeps Quality at the Speed o…
Closing the Feedback Loop: Real-Time Webex Notifications for Applitools Autonomous Tests
Discover how the Applitools Customer Support team built a serverless integration using Azure Functions and Applitools Autonomous APIs to deliver real-time test results directly to Webex. This lightweight pipeline closes the feedback loop, helping teams collaborate in shared spaces and address failur…
Cypress Blog
Cypress Ambassador Spotlight: Marcelo Costa
Welcome back to our Ambassador Spotlight series! Here, we celebrate the incredible individuals within the Cypress community who go above and beyond, sharing their expertise through insightful blogs, engaging talks, and everyday support. Discover more about our Ambassador program here. This week, we…
Cypress 16: faster tests, starting with HTTP/2 support
Cypress 16 goes after slow test suites from every angle: HTTP/2 support, zero-delay typing, faster visibility checks, retrying cookie commands, and automatic memory management. Most of it arrives without editing a single test. Here’s what changed, why, and how to upgrade.
Test Replay now redacts sensitive network data before upload
Test Replay automatically redacts sensitive values from captured network logs before that data reaches Cypress Cloud. If your team turned Test Replay off in the past because of what your network logs held, this is the change that may let you turn it back on. You keep full CI debugging, and the val…
Martin Fowler
Bliki: Paracelsus Maxim
The difference between a medicine and a poison is dosage. Often we talk about certain habits, in programming or life, are good or bad. But few things are simple binaries. Some vary with context: reading a book is a good thing sitting in my garden, but not while driving my car. But another var…
An Accidental Blackboard
Giles Edwards-Alexander reports that during an experiment to see how productive a team could be using fully agentic engineering practices, the team accidentally prompted the agents into creating a blackboard coordination system inside the git repository. more…
Maybe We Shouldn’t Be Reviewing All This Code
TL;DROr, perhaps the problem isn’t that AI has broken code review, maybe it’s that we’ve been using code review to solve the wrong problems I was on a panel recently with Brian Houck from DX at Code Remix, hosted by Moderne. It was one of the more interesting panels I’ve done, largely because we dis…
Fragments: September 1
Like many readers, I’m wary of AI generated prose. Simon Wilison has written an LLM cliché highlighter – paste in some text, or a URL, and it will flag various patterns common to LLMs. It references a wikipedia page of signs of AI writing. That page points out that: Humans are notoriously bad at…
Fragments: June 2
Greg Wilson has noticed that lots of folks are using dodgy metrics to figure out if AI tools are worth their costs. Would you measure lines of code generated, or tickets closed? Or would you send out a survey asking whether developers feel more productive? Each of those approaches is flawed in a…
Dev.to – Testing
Is a Free Model Server Staging? A Myth FAQ
Heard this claim in standup again this week? Someone said the free box replaces staging. That one sentence quietly hides several bad assumptions. None of those assumptions survive a boring probe. I keep a FAQ for this exact confusion. The questions below are claims I hear constantly. Each one gets …
Run Only the Invariants the Diff Can Break
A full green suite is a weak merge signal after an agent patch. It is also a noisy one. Untested relations still break. Unrelated flakes still block the queue. Scope a matrix of invariants to the files the diff touched. Lock the fixtures those checks read. Keep every property counterexample in an a…
Freeze Impure Seams, Then Change One Injection Point
Messy modules fail refactors at hidden I/O, not syntax. Characterization must pin those impure seams first, always. Only then apply the smallest injection-point change in production. Naive rewrites collapse because time, paths, and environment leak. Those leaks stay invisible inside a typical unit-…
Compile Usage Docs From a Frozen Spec Hash, Not From Chat
Usage pages stay honest when they compile from a frozen interface snapshot instead of from a chat transcript. A model may draft field tables, request examples, and path lists only after that snapshot exists in version control. A human still owns promises, severity language, compatibility claims, and…
ostaas — Update
Open source should create options, not operational confusion. OSTaaS.cloud helps organizations discover, design, build, integrate, secure, test, operate and improve open-source solutions across the lifecycle. Explore: https://ostaas.cloud/ Visit ostaas.cloud for more.
Dev.to – QA
Best Sites to Get Paid for Testing Apps
Best Sites to Get Paid for Testing Apps Introduction In 2026, earning money online is more accessible than ever. This guide covers real methods that pay — no fluff. Methods That Work Microtasks — small tasks on SproutGigs, earn crypto or PayPal. Airdrop Farming — join tes…
Best Sites to Get Paid for Testing Apps
Best Sites to Get Paid for Testing Apps Introduction In 2026, earning money online is more accessible than ever. This guide covers real methods that pay — no fluff. Methods That Work Microtasks — small tasks on SproutGigs, earn crypto or PayPal. Airdrop Farming — join tes…
Best Sites to Get Paid for Testing Apps
Best Sites to Get Paid for Testing Apps Introduction In 2026, earning money online is more accessible than ever. This guide covers real methods that pay — no fluff. Methods That Work Microtasks — small tasks on SproutGigs, earn crypto or PayPal. Airdrop Farming — join tes…
API Testing Rule #1: Treat Every Endpoint as an Attack Surface
“Internal” describes an endpoint’s current audience. It is not a security boundary. Internal APIs often become dependencies for mobile apps, other teams, partners, automation scripts, and future services. If a request can reach an endpoint, that endpoint must be tested independently. At minimum, v…
Best Sites to Get Paid for Testing Apps
Best Sites to Get Paid for Testing Apps Introduction In 2026, earning money online is more accessible than ever. This guide covers real methods that pay — no fluff. Methods That Work Microtasks — small tasks on SproutGigs, earn crypto or PayPal. Airdrop Farming — join tes…
Dev.to – Playwright
Rendering Javascript pages without giving up Scrapy
A page can contain more JavaScript than HTML and still not need a browser. Often the data is already in the response, in a script tag, or behind a JSON endpoint the application calls itself. Reaching for browser automation before checking those places is an expensive habit. The modern approach is t…
A Green Run Is Not a Green Light: Engineering Responsibility in Browser Automation
The browser agent had one goal: check a set of public pages and return a structured result. The first page responded with 429 Too Many Requests. The agent retried immediately. Then it received a 403, opened a fresh browser session, and repeated the step. Its planner treated every refusal as another…
How to tell whether an AI feature actually works
Your AI feature worked when you demoed it. That is the only evidence most teams collect before shipping. In August 2026 Microsoft published a benchmark that measures the thing that demo misses. They ran 507 real business workflows through AI agents, across retail, hospitality, auto insurance, banki…
How to Scrape JavaScript-Heavy Sites with Playwright
How to Scrape JavaScript-Heavy Sites with Playwright tags: python, playwright, webscraping, tutorial tags: python, playwright, webscraping, tutorial tags: python, playwright, webscraping, tutorial tags: python, playwright, webscraping, tutorial tags: python, playwright, webscraping…
Playwright Testing Course with AI in Hyderabad – Test Bug IT Solutions
Playwright Testing Course with AI in Hyderabad – Test Bug IT Solutions Software testing is rapidly evolving with automation and Artificial Intelligence (AI) becoming important parts of modern QA workflows. Playwright Testing Course with AI in Hyderabad at* Test Bug IT Solutions* is designed for stu…
Medium – Software Testing
I Found 11 Bugs. Then I Learned How to Report Them.
I found 11 defects on SauceDemo and learned that discovering a bug is only half the job. Reporting it clearly is the other half.Continue reading on Medium »
Green Is Not Evidence
A passing test can still prove nothingContinue reading on Medium »
Quality Begins with Understanding
After almost three decades of working in technology, I’ve come to realise that some of the most important lessons about quality are also…Continue reading on Quality Talks »
什麼時候公司開始想找自動化測試?第一批自動化測試在幹嘛
在我的職涯裡,我常常是一間公司第一批的自動化測試。Continue reading on Medium »
Your Code Runs. That Is Not the Same as Ready.
Why so many first projects fall apart after launch, and the small habits that stop it happeningContinue reading on Medium »
TestSigma Blog
Testsigma Earns Multiple Leader Recognitions in G2 Fall 2026 Reports
Testsigma has been recognized across multiple categories in G2’s Fall 2026 Reports, earning Leader, Momentum Leader, High Performer, and other distinctions in AI Software Testing Tools, Test Management, Automation Testing, Software Testing, and DevOps. Try for free Book a demo Key Takeaways Te…
Bu bülten otomatik olarak hazırlanmıştır.
