zentao_create_testcase
Create test cases in Zentao by specifying product, title, type, and optional details like priority, stage, steps, and precondition.
Instructions
创建禅道用例
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pri | No | 优先级 | |
| type | Yes | 用例类型:feature/performance/config/install/security/interface/unit/other | |
| stage | No | 适用阶段:unittest/feature/intergrate/system/smoke/bvt | |
| steps | No | 用例步骤 | |
| story | No | 所属需求 | |
| title | Yes | 用例标题 | |
| branch | No | 所属分支 | |
| module | No | 所属模块 | |
| product | Yes | 产品 ID | |
| keywords | No | 关键词 | |
| precondition | No | 前置条件 |