LLM Learning Path
Home Path Hard

Design a first regression set for a task

Turn “I know good output when I see it” into reusable test cases.

Task

Design a minimal regression set for the scenario.

Required parts

  1. At least 2 normal cases
  2. At least 2 boundary cases
  3. At least 1 failure case
  4. Acceptance criteria for each case type

Goal

Someone else should be able to repeat your check and spot system drift.

Further reading