njboea-product/00 模板中心/00.4测试用例母版.md
杨志鑫 5986922003 docs: 添加产品管理模板中心
包含完整的产品管理文档模板:
- PRD 需求文档模板
- 功能点拆解模板
- API 文档模板
- 测试用例模板
- 发布与回滚模板
- ADR 决策记录模板
- 会议纪要模板
2026-01-21 10:22:16 +08:00

65 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
type: template
template_id: TestCase
tags:
- 文档/测试用例
status: draft
created: {{date}}
updated: {{date}}
phase: 2025
attribute: 工程态
---
# 00.4|测试用例母版
> [!summary] 用例基本信息
> * **时间阶段**`2025` / `2026` (必填)
> * **文档属性**`工程态` / `注册态` (必填)
> * **用例 ID**`TC-XXXX`
> * **关联功能点**`[[FN-XXXX]]`
> * **用例类型**`功能` / `算法` / `仿真` / `性能` / `安全`
> * **优先级**`P0` / `P1` / `P2`
---
## 1. 前置条件 (Pre-conditions)
* **数据准备**
* 需要预置的用户数据?
* 数据库状态?
* **环境要求**
* 指定浏览器版本?
* 指定硬件设备?
* 依赖服务状态?
---
## 2. 操作步骤 (Steps)
1.
2.
3.
---
## 3. 预期结果 (Expected Result)
> 详细描述每一步操作后的系统反应、页面跳转、数据变化。
* 界面展示:
* 数据库变更:
* 接口返回:
---
## 4. 实际结果记录 (Actual Result)
> [!NOTE] 执行记录
> * **执行人**
> * **执行日期**{{date}}
> * **是否通过**`Pass` / `Fail` / `Block`
* **问题描述**(如果失败):
* **关联 Bug ID**
* **备注**