Generate Test Plan Draft
generate_test_plan_draftGenerate a test plan draft conforming to ISO/IEC/IEEE 29119-3 in markdown from your project details, with missing fields marked as TBD.
Instructions
Generates an ISO/IEC/IEEE 29119-3 conformant test plan document draft in markdown from project information. Fields not provided are marked as TBD.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | ||
| risks | No | ||
| scope | Yes | What is in scope for testing (features, systems, boundaries) | |
| approvers | No | ||
| objectives | No | Test objectives / goals | |
| environment | No | Test environment needs (hardware, software, data, tools) | |
| projectName | Yes | Name of the project or system under test | |
| deliverables | No | ||
| featuresToTest | No | ||
| passFailCriteria | No | ||
| featuresNotToTest | No | ||
| suspensionCriteria | No | ||
| scheduleConstraints | No |