How much time would you say is saved in writing tests, performing tests, the entire QA process? e.g. 10%, 50%, 90%?
Discussion
I would say over 50% but it's not really comparable in my case because I would test much less if I had to write them myself
So you are testing more now with AI solution, compared to before?
If i had to write the tests myself I would never try to get 100% test coverage or anywhere close, I would just test the "important" parts
With AI I can still manually write the important tests, but I can also get it to generate the mundane tests for making sure methods take different types of arguments and still return the expected result