ideas of cloud test

This commit is contained in:
light
2018-01-15 19:31:35 +08:00
parent c76e301127
commit 2d2f35d509
5 changed files with 61 additions and 1 deletions
+24
View File
@@ -0,0 +1,24 @@
# 云测试平台构建 想法
## 功能需求
- 代码托管和版本管理
- 角色管理
- 项目流程管理
- 测试用例提交和管理
- 测试环境的搭建和管理
- 测试环境的检查,监控和报警
- 测试代码的编译和测试构建
- 测试代码的静态检查和报警
- 测试用例的分发和执行
- 测试结果的保存与管理
- 测试报告的生成
- 性能监控和报警
## 系统结构设计
![cloud-test-architecture](../static/img/cloud-test-architecture.png)
## 用户使用流程
![functional-flow](../static/img/functional-flow.png)