Most AI test generation demos show the happy path: given a function, generate a test skeleton. I've seen this work OK.…
9 discussions
Most AI test generation demos show the happy path: given a function, generate a test skeleton. I've seen this work OK.…
Our product has a few LLM-powered features (a summarisation tool, a smart search). I'm trying to figure out how to test…
I have a FastAPI service with a well-maintained OpenAPI spec (auto-generated by FastAPI). I want to generate a…
I've started using AI to generate first-pass test code. The problem: I've caught several subtle bugs in AI-generated…
Over the past few months I've been experimenting with Claude and GitHub Copilot for test case generation at work. Mixed…
I had an idea: take our flaky test history (test name, failure messages, stack traces, timestamps) and feed it to an…
0 votes · select an option to vote
I've been systematically using Claude for test maintenance tasks (not generation) for 3 months. Honest findings: Tasks…
Unpopular opinion, but I think the current hype around AI test generation is leading teams to invest in workflows that…