Comment on A new era for software testingparentComments−dcastm3moSame for me. I actively ask the LLM to write as few tests as possible. Otherwise you end up redundant and low value ttests.−dkn3moYep, and wasted token spend on an ongoing basis.I instruct the LLM to follow TDD practices in certain areas, but otherwise prioritize integration style tests at the edges.
Comments
Same for me. I actively ask the LLM to write as few tests as possible. Otherwise you end up redundant and low value ttests.
Yep, and wasted token spend on an ongoing basis.
I instruct the LLM to follow TDD practices in certain areas, but otherwise prioritize integration style tests at the edges.