Testcase Generator
AI · QA · OpenClaw

AI-powered test case generation for PRDs and multimodal inputs

Upload requirements, images, or video. Generate structured test cases with a three-persona review loop, then export to Excel, Markdown, and XMind.

Multimodal input

PDF, Word, TXT, images, and video become structured QA coverage.

Three-persona review

Test Manager, Dev Manager, and Product Manager refine the suite.

Ready-to-ship exports

Download Excel, Markdown, and XMind mind maps in English or Chinese.

Four run modes

Docker, local source, npm global install, or OpenClaw plugin.

Quick start with Docker

docker pull xuxuclassmate/testcase-generator:latest

docker run -d \
  --name testcase-generator \
  -p 3456:3456 \
  -e AI_PROVIDER=anthropic \
  -e ANTHROPIC_API_KEY=sk-ant-... \
  xuxuclassmate/testcase-generator:latest

# Open http://localhost:3456

The interactive web UI runs with the standalone server. This GitHub Pages site is the project homepage and docs entry point.

Install via npm

npm install -g @classmatexuxu/testcase-generator
testcase-generator --standalone

Resources