Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create aout2-meeup-09.md #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions 2020-單元測試的藝術/aout2-meeup-09.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@

你下午8:09
重寫 並不是 重構
你下午8:11
事有先後 -> 10.1 從哪裡開始?
Lee Paul下午8:30
沒有分模組的遺留程式碼評估加入測試優先級:
1. 程式碼靜態分析個別檔案品質指標
2. 由功能拆分檔案後再評估優先級分數
你下午8:33
單元測試與整合測試的區別是什麼?
你下午8:43
驗收測試 用文字描述測試案例
https://github.com/manGoweb/SpecTools
Sung-Hao Lin下午8:50
https://www.sonarqube.org/features/multi-languages/swift/
你下午8:55
qa 入門 工具很舊
李政哲下午8:59
題外話,91 極速開發的課程推薦嗎?
Sung-Hao Lin下午9:03
sonarqube 不支援 m1
李政哲下午9:06
OKOK
李政哲下午9:07
內部訓練
你下午9:09
https://hackmd.io/75tYJkdITAeb2A5I-C2IjA
Ralph Hsu下午9:23
https://www.hello2morrow.com/products/sonargraph/explorer
Ralph Hsu下午9:25
https://docs.sonarqube.org/latest/user-guide/metric-definitions/
Ralph Hsu下午9:28
https://github.com/philbooth/escomplex/blob/master/README.md#metrics
你下午9:41
https://zh.wikipedia.org/zh-tw/冒烟测试_(软件)
Lee Paul下午9:49
其他測試名詞

```
驗收測試

端對端測試

回歸測試

monkey test ++ ai

冒煙測試 (30/100), 前置測試

快照測試

壓力測試
```
Lee Paul下午9:51
單元測試 整合測試
耗時 短 長
Fake 有 無
粒度 細 粗
穩定度 強 弱