From aa24dff6d7c87daf0e2a423ea2c0a2f2654d7666 Mon Sep 17 00:00:00 2001 From: deipss Date: Sat, 30 Mar 2024 23:45:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...06\345\207\272\346\240\207\345\207\206.md" | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 "docs/test/\345\207\206\345\205\245\345\207\206\345\207\272\346\240\207\345\207\206.md" diff --git "a/docs/test/\345\207\206\345\205\245\345\207\206\345\207\272\346\240\207\345\207\206.md" "b/docs/test/\345\207\206\345\205\245\345\207\206\345\207\272\346\240\207\345\207\206.md" new file mode 100644 index 0000000..c2c67ff --- /dev/null +++ "b/docs/test/\345\207\206\345\205\245\345\207\206\345\207\272\346\240\207\345\207\206.md" @@ -0,0 +1,54 @@ +--- +layout: default +title: 限售限量 +parent: Test +--- + +# 提测前 + +- 需求方案 + +```text +将背景故事 +UI交互 +字段属性 +``` + +- 技术方案 + +```text +将背景、时序图、模型图、接口定义等描述清晰 +``` + +- 测试方案 + +```text +功能测试: +依照PRD,制定功能测试用例,UI测试用例 +评估到已有功能的影响范围 + +非功能测试: +针对技术方案中的特定技术(多线程,缓存,定时任务分片), +考虑进行异常测试,并发测试 + +``` + +# 测试中 + +- bug数 +- bug重开率 +- bug严重程度 +- bug发现难易 + +# 发布前 + +- 发布计划的评审 + - 应用的发布顺序 + +- Code Review: + - 有没有可以引发空指针 + - 异常捕获方式不当 + - 线程池的类型选择不当 + - 缓存的过期策略 +- 线上巡检 +