Learn
Workshops
Learn systematic test design techniques
Learn to generate reliable tests using AI
Video Courses
Comprehensive video course on testing
Booklet
Long form essays about testing
Testimonials
Read what other people say about the workshop
For Businesses
Custom workshops for your team
Testing strategy and implementation consulting
Invite me to speak at your event or conference
Get help convincing your manager to pay for the workshop
Resources
Articles and insights about testing
Get in touch for questions or collaborations
Shortly about tests generated by LLMs
Written by Lucian Ghinda
LLMs can write a lot of tests. But let’s not confuse a lot of tests with good tests.
For instance, a single well designed test could prevent a major failure that fifty auto-generated ones might miss (of course there the proportion is relative).
Too many tests can bring a couple of issues:
They increase the time to run your test suite. Even a fast test suite cannot keep up with the number of tests an LLM will generate by default.
They have to be maintained. If you use LLMs to write both tests and code, you still need to review the changes. The more tests you have, the more will change, and the more lines you must read in the diff.
They have to be understood. When debugging, tests help you understand current behavior, but the more tests you have, the more time you spend reading possibly duplicate documented behavior.
They add to the context. The more tests you have, the more an LLM needs to read. If you generate tests with LLMs and use them as is, you are feeding back what the LLM generated and only increasing the context.
Keep tests that matter: those that verify requirements, document specific behavior, or help replicate edge cases.
Next Workshop
Reliable Test Case Generation With AI31 October 2025 - 16:00 UTC
9 Going
Florent Guilleux, Christian Billen and 7 others
3 spots remaining
#goodenoughtesting #subscribe #email
Get free samples and be notified when a new workshop is scheduled
You might get sometimes an weekly/monthly emails with updates, testing tips and
articles.
I will share early bird prices and discounts with you when the courses are ready.