Standardization of testing work record

This commit is contained in:
lzx 2025-04-14 12:03:38 +08:00
parent e60b28833a
commit 682fb70d1d
2 changed files with 29 additions and 1 deletions

1
CHANGELOG.md Normal file
View File

@ -0,0 +1 @@
# 版本变更日志

View File

@ -1 +1,28 @@
test code # 每个版本新建一个文件夹例如v1.0.0版本使用v1.0.0作为文件夹名称
# 该文件夹结构应为:
```
v1.0.0
├── requirements(需求文档)
├── testCase(测试用例及评审意见)
├── testRecord(测试记录)
├── testReport(测试报告及评审意见)
```
# 需求文档
```
需求文档使用word文档命名规则为v1.0.0_需求文档.docx
```
# 测试用例及评审意见
```
测试用例使用excel表格命名规则为v1.0.0_测试用例.xlsx
```
# 测试记录
```
测试记录使用excel表格命名规则为v1.0.0_测试记录.xlsx
```
# 测试报告及评审意见
```
测试报告使用word文档命名规则为v1.0.0_测试报告.docx