AI Test Generation
Discussions center on using AI and LLMs to automatically generate unit tests, propose relevant test suites for CI pipelines, and enhance software testing processes, with requests for examples and tool suggestions.
Activity Over Time
Top Contributors
Keywords
Sample Comments
it is impressive that tests are being generated as part of the process, well done! can you explain how does it work and when it won't work?
I just want AI that will write a unit test for me.
Do you mind providing an example of possible tests that may be run?
True - but you can ask the chatbot to write a test suite too.
You are right, testing is magical
the best test framework I've ever seen
An LLM tool that can sit on a CI pipeline to propose what tests should be blocking.Instead of brute-force method of selecting the appropriate test suites by path or similar, have LLM analyze changes and propose the set of test suites that is relevant to the change.If there are new complex tests added to the change, estimates how many times to run them to ensure they are not flaky to begin with (hundreds? or thousands?).
Any more tool suggestions that implement more complex forms of testing?
Test failures for the greater good
Publish your test set and I can look at it :)