generated from just-the-docs/just-the-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
- 有没有可以引发空指针 | ||
- 异常捕获方式不当 | ||
- 线程池的类型选择不当 | ||
- 缓存的过期策略 | ||
- 线上巡检 | ||
|