software-testing

Tag

Cards List
#software-testing

Directed Neuro-Symbolic Stochastic Execution for Verification of Distributed Parallel AI Programs

arXiv cs.AI · yesterday Cached

This paper presents DNSSE, a hybrid framework combining LLM-guided schedule prediction, symbolic constraint solving, and coverage-guided stochastic mutation for verifying distributed parallel AI programs. It detects 2.9x more concurrency bugs than the baseline and raises branch coverage from 68.6% to 91.6% on realistic benchmarks.

0 favorites 0 likes
#software-testing

MetaSpace: Metamorphic Testing for Spatial Cognition in Embodied Agents

arXiv cs.AI · yesterday Cached

MetaSpace is a framework that applies metamorphic testing to evaluate spatial cognition in embodied agents, generating test cases from execution trajectories and encoding logical/physical constraints as Prolog rules. Benchmarking shows state-of-the-art MLLM-driven agents score far below human levels on spatial cognition, with directional tasks being especially weak.

0 favorites 0 likes
#software-testing

@no_stp_on_snek: FIELD NOTES: AI and QA pointed an agent at my test suite with one question. not "do the tests pass." can this test dete…

X AI KOLs Following · 4d ago Cached

A field note argues that a green test suite doesn't prove tests are meaningful; AI agents should be asked to make tests fail to verify they actually catch bugs.

0 favorites 0 likes
#software-testing

@freeCodeCamp: Testing is what helps keep software reliable after you ship new features. And in this course, Beau teaches you software…

X AI KOLs Timeline · 2026-07-31 Cached

freeCodeCamp announces a comprehensive course on software testing with Playwright, covering fundamentals like the testing pyramid, TDD, API testing, and AI-powered tools like KaneAI.

0 favorites 0 likes
#software-testing

Finding bugs in Raft implementations

Lobsters Hottest · 2026-07-27 Cached

A blog post by Antithesis detailing bugs found in several open-source Raft consensus implementations, including HashiCorp Raft and OpenRaft, emphasizing the difficulty of testing distributed systems and the need for better tooling.

0 favorites 0 likes
#software-testing

Efficient deterministic simulation in the Cloud

Lobsters Hottest · 2026-07-13 Cached

Antithesis describes its custom deterministic hypervisor and subtree deduplication technique for efficient, repeatable whole-system fuzz testing at cloud scale.

0 favorites 0 likes
#software-testing

My quest to see all of Tetris

Lobsters Hottest · 2026-07-02 Cached

A detailed blog post from Antithesis describing how their software testing tool was used to explore and achieve 'rebirth' in Tetris by reaching level 255, overcoming challenges and discovering glitches along the way.

0 favorites 0 likes
#software-testing

A New Era of Software Quality Starts Today (5 minute read)

TLDR AI · 2026-06-24 Cached

Momentic announces a major platform update with an AI-powered knowledge base and autonomous testing agents to address the growing gap between code velocity and software quality.

0 favorites 0 likes
#software-testing

@gabriel1: every PR will obviously come with 100% coverage of AI app testing, that tries every button in the interface to make sur…

X AI KOLs Following · 2026-06-23 Cached

A tweet argues that AI app testing should be a first-class feature in coding apps, noting that many obvious problems could be caught if AI tried the app itself.

0 favorites 0 likes
#software-testing

@gdb: codex for testing every single feature in your app:

X AI KOLs Following · 2026-06-21 Cached

Using Codex to automate app testing by generating user stories and tracking feature status in a spreadsheet through iterative loops.

0 favorites 0 likes
#software-testing

@GergelyOrosz: I'm using Antithesis (@AntithesisHQ - the presenting sponsor of the podcast) more to better understand how they test de…

X AI KOLs Following · 2026-06-12 Cached

Gergely Orosz shares his experience using Antithesis, a deterministic testing infrastructure that can run hours of testing in minutes.

0 favorites 0 likes
#software-testing

What your agent's green test suite actually proves

Reddit r/AI_Agents · 2026-06-10

This article argues that standard test suites with fixed inputs and expected outputs are insufficient for AI agents due to infinite input spaces and non-deterministic behavior, advocating for property-based testing instead.

0 favorites 0 likes
#software-testing

A new era for software testing

Hacker News Top · 2026-06-07 Cached

The article discusses using LLMs as automated QA engineers to perform manual testing tasks, such as integration and regression testing, potentially raising software quality bar.

0 favorites 0 likes
#software-testing

My Agent Skill for Test-Driven Development

Hacker News Top · 2026-06-04 Cached

The author shares a TDD skill for AI agents to improve test writing, based on Kent Beck's Canon TDD, and provides a GitHub link.

0 favorites 0 likes
#software-testing

I tested Sage’s Long-Term Memory and was Pleasantly Surprised by the Results!

Reddit r/AI_Agents · 2026-06-01

The author tested Persistent Sage's long-term memory feature, finding it accurately recalled personal facts like colorblindness and a spouse's name from a week earlier without explicit prompting, demonstrating effective persistent memory for AI agents.

0 favorites 0 likes
#software-testing

@yihui_indie: I've been away from the workplace for too long. I'm now very curious about QA work in big companies—is it still the same workflow as before? That is, after finding a bug, you file a ticket to the developers. Because I've realized that when I submit a bug to the devs now, the submitted bug itself is a prompt for AI. I think…

X AI KOLs Following · 2026-05-30 Cached

After leaving the workplace, the author is curious whether the workflow of QA in big companies remains the same—submitting a ticket after finding a bug—and believes that submitting a bug can itself be seen as a prompt for AI, so it might be better to directly let AI modify the code.

0 favorites 0 likes
#software-testing

Assumptions weaken properties

Hillel Wayne — Computer Things · 2026-05-20 Cached

This article explores why adding assumptions to specifications or tests inherently weakens the resulting property, using logical implication and examples from formal methods and Rust. It also discusses practical reasons for using assumptions despite this weakening.

0 favorites 0 likes
#software-testing

@RayFernando1337: You can teach Composer 2.5 to be a really good QA engineer for your team with this prompt: "go ahead and make a QA sect…

X AI KOLs Following · 2026-05-20 Cached

A tweet shares a prompt that configures Composer 2.5 to act as a QA engineer, creating test documentation and bug reports for development phases.

0 favorites 0 likes
#software-testing

@Suryanshti777: Every mobile team is about to realize how broken app testing has been this whole time. Someone connected Claude Code to…

X AI KOLs Timeline · 2026-05-16 Cached

A developer connected Claude Code to an iPhone simulator and prompted it to 'test everything,' resulting in autonomous navigation, bug detection, and structured reporting, showcasing a shift from traditional test scripts to AI-driven intent-based testing.

0 favorites 0 likes
#software-testing

A Simple Runtime Invariant Miner

Lobsters Hottest · 2026-05-14 Cached

This post implements a Daikon-style runtime invariant miner in Python, including instrumentation, trace collection, candidate invariant checking, and implication-based suppression, providing an approximate oracle for regression testing.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback