Dismiss this notice
Welcome to the new forums.
These will replace the old wanted sections and allow users to interact with each other and get files they need. Also it will allow for more discussion about codeplugs and hopefully help people get more out of this site. Please share any feedback with us via the contact links on the main page so we can keep improving this site for all.

NOTE: You will have to register with this system as the older user logins are not compatible with the new forums.


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Where is generative AI actually pulling its weight in your testing workflow?
#1
Been spending a lot of time lately working out where generative AI earns its place in a testing workflow versus where it just adds noise. A year ago most of the "AI testing" talk was marketing fluff, but a few areas have caught up enough to be worth discussing.

The spots where it has helped me most are test case generation from a spec or an existing function, where it drafts a decent set of cases including the edge conditions you tend to skip when you are rushing. Synthetic test data is another one, since it saves hand writing fixtures for a dozen scenarios. And maintenance has gotten better too, with some tools now suggesting updated assertions when an API or UI changes instead of leaving you to fix broken tests one at a time.

Where I still do not trust it is anything where a false pass is expensive. It will happily write a test that asserts the wrong thing with full confidence, so the human review step stays mandatory.

I pulled together a rundown of the current generative ai testing tools and where each one slots into the pipeline, if anyone wants a starting point for comparison.

Curious what people here are actually running day to day versus just experimenting with. What stuck, and what got dropped once the novelty wore off?
Reply


Messages In This Thread
Where is generative AI actually pulling its weight in your testing workflow? - by alexrai - 07-28-2026, 06:37 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)