Skip to content

Commit

Permalink
代码
Browse files Browse the repository at this point in the history
  • Loading branch information
deipss committed Mar 30, 2024
1 parent f356199 commit aa24dff
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions docs/test/准入准出标准.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
layout: default
title: 限售限量
parent: Test
---

# 提测前

- 需求方案

```text
将背景故事
UI交互
字段属性
```

- 技术方案

```text
将背景、时序图、模型图、接口定义等描述清晰
```

- 测试方案

```text
功能测试:
依照PRD,制定功能测试用例,UI测试用例
评估到已有功能的影响范围
非功能测试:
针对技术方案中的特定技术(多线程,缓存,定时任务分片),
考虑进行异常测试,并发测试
```

# 测试中

- bug数
- bug重开率
- bug严重程度
- bug发现难易

# 发布前

- 发布计划的评审
- 应用的发布顺序

- Code Review:
- 有没有可以引发空指针
- 异常捕获方式不当
- 线程池的类型选择不当
- 缓存的过期策略
- 线上巡检

0 comments on commit aa24dff

Please sign in to comment.