AI for Builders · Workshop 08
Testing AI-Generated Code
Verify code produced or modified by AI before you trust it. The skill this workshop builds is proof: showing that what the AI generated works, matches the original request, avoids regressions, and is safe to merge. You will turn requirements into acceptance criteria, hunt edge cases, combine unit tests, manual testing, and review, and leave with a workflow you can reuse on real changes.
You will leave with
- An Acceptance Criteria Template you fill in before testing
- An AI-Generated Code Testing Checklist for the whole validation pass
- An Edge Case Discovery Prompt for the scenarios the happy path forgets
- A Manual Testing Plan for the things a unit test cannot prove
- A Test Review Checklist for judging the tests themselves
- A Safe Merge Checklist for the final accept-or-reject decision