《软件测试工程师成长之路》读书笔记
《软件测试工程师成长之路》读书笔记 – About Software Testing
Theory
- 缺陷流程管理
- 功能测试
- 性能测试
Platform
- web
- client
- app
Strategy
测试阶段递进
需求测试 -> 全回归测试 -> 发布测试 -> alpha测试 -> beta测试
Tools
CodeCheck
代码检测
- CheckStyle
- Findbugs
- SonarQube
PerformanceTesting
性能测试
- Application
- JMeter
- LoadRunner
- Network
- Nmap
- Netperf
Reference
- Title: 《软件测试工程师成长之路》读书笔记
- Author: 严少安
- Created at: 2018-02-18 13:01:01
- Updated at: 2018-02-18 13:01:01
- Link: https://shawnyan.cn/2018/testing/testing-engineer/
- License: This work is licensed under CC BY-NC-SA 4.0.
if (hexo-config('comment.enable') == true && hexo-config('comment.system') != "") {
if (hexo-config('comment.system') == "waline") {
@require "./waline.styl"
} else if (hexo-config('comment.system') == "gitalk") {
@require "./gitalk.styl"
} else if (hexo-config('comment.system') == "twikoo") {
@require "./twikoo.styl"
}
}
.comments-container
display inline-block
margin-top $spacing-unit
width 100%
#comment-anchor
width 100%
height 10px
.comment-area-title
width 100%
margin 10px 0
font-size 1.38rem
color var(--default-text-color)
font-family 'Consolas', '宋体', sans-serif
font-weight bold
i
color var(--default-text-color)
+redefine-tablet()
margin 5px 0
font-size 1.2rem