DEV Community

Lucian Ghinda
Lucian Ghinda

Posted on • Originally published at notes.ghinda.com on

When using LLM to write tests you should remain in charge of choosing the test cases

When using LLMs to write tests, you should remain in control of choosing the test cases or at least review them.

Here is an example of prompting Claude Code to identify test cases for my review before asking it to proceed with implementing the test cases.

Output of Claude Code showing various test cases

Top comments (0)