venky

cd ../copilot

Copilot for Tests

Generate useful tests without accepting shallow coverage.

Intermediate12 minutesLevel 2

Test prompts

Ask Copilot for behavior-focused tests, not implementation trivia.

text
Write tests for this validator.
Cover valid input, missing required fields, invalid date ranges, and unknown enum values.

Review generated tests

Generated tests can mirror the implementation too closely. Make sure they would fail if the behavior regressed.