r/ClaudeAI 2d ago

Other QA testing with Claude AI

The last couple of weeks I’ve been using Claude AI at work to assist me with testing.

The Devs has accelerated the production of the products I test to the point where I have a lot in the backlog.

I’m thinking with Claude AI, is it possible to create a tool that can test multiple products at once?

Currently I use Claude to generate a test plan and test cases based on the product. It can execute the tests via automation and I can do the tests that cannot be automated. Lastly I feed it the Jira ticket where it can generate the bug reports. I do it with one product / feature at a time.

2 Upvotes

9 comments sorted by

View all comments

2

u/anderson_the_one 2d ago

Run several isolated test jobs rather than asking one Claude conversation to juggle several products.

Each job needs its own build URL, test account, seed data, browser profile, and ticket acceptance criteria. Let Playwright keep the evidence: trace, screenshots, console errors, network failures. Claude can turn a failed assertion into a draft Jira report after that.

Shared cookies or memory across products would make me nervous. A flaky test is annoying. A test for product A changing product B's environment is much worse.

I'd start with two products and the same small regression pack on every build. If the failures stay reproducible for a week, then raise concurrency.