m2pool_docs/README.md

28 lines
724 B
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.

# 每个版本新建一个文件夹例如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