What percentage of your software testing efforts are supported by some form of AI tooling?

,

Bonus points for any added ‘community commentary’ :smiley:

  • 0%
  • 1-30%
  • 31-60%
  • 61-100%
0 voters
1 Like

Right now I’m mostly prompting Gemini but soon I should be starting to use AI testing for UI automation, we’ll see how it goes!

1 Like

I’ve currently only used it for helping me code some automation in NodeJS. I’ve tried getting it to help discover inconsistencies in functionality descriptions, but I’m still better at that than the AI tools I’ve used.

  • GitHub CoPilot. At times irritating yet beneficial. I used it to write a large series of hundreds of tests that I wouldn’t be able to write.
  • Summarizing of large PDFs or documents. (Gemini)
  • Feedback on a document that I might forget. (ChatGPT)

It depends on the task. Sometimes, AI assistance makes up about 0-5% of my work, while in tasks involving coding or script writing, it can be as high as 30%. There are also situations where I don’t use AI at all for my work, maybe except for tasks like some simple data generation or information search.
I use Github Copilot and ChatGPT

2 Likes