---
tags: Testing, Development, Certification, Software,
---
# Software Testing 相關的 Certification
在談論到開發流程的時候,測試往往是在開發中不可缺少的一環。
然而甚麼是測試?測試到底重不重要?為甚麼需要測試?
用滑鼠點來點去是一種測試、輸入不同的測資也是一種測試,在開發人員的眼裡測試普遍被認為是浪費時間的。但在最後產品出廠後出了問題,甚至要花更多時間去修復,也在客戶那邊留下不好的印象。所以回頭看看,若當初有做好了良好的QC及QA(會在另一篇提到這兩者的差別),或許可以避免掉這些問題。
以下列出幾種軟體測試開發相關機構的證照,會根據取得方式、台灣是否有授課、價格及條件等面相來分析。
## 相關機構
### **[國際軟體測試認證委員會 International Software Testing Qualifications Board(ISTQB)](https://www.istqb.org/)**
**推薦::full_moon_with_face::full_moon_with_face::full_moon_with_face::full_moon_with_face::full_moon_with_face:**
是**國際唯一權威**的軟體測試品質認證機構,主要負責制訂和推廣國際通用資質認證框架,及「國際軟體測試資質認證委員會推廣的軟體測試工程師認證」,該項目由機構授權其他分支機構組織不同國家的軟體測試工程師的認證,並接受品質監控,且頒發**全球通用**的軟體測試工程師資格證書。
<div style="text-align: center">
<img width="500" height="500" src="https://i.imgur.com/yy9bHKg.jpg"
>
<p>ISTQB相關認證證書</p>
</div>
### **[International Software Certification Board (ISCB)](https://www.softwarecertifications.org/)**
**推薦::full_moon_with_face::full_moon_with_face::full_moon_with_face::full_moon_with_face::new_moon_with_face:**
### **[International Institute for Software Testing (IIST)](https://testinginstitute.com/)**
**推薦::full_moon_with_face::full_moon_with_face::full_moon_with_face::full_moon_with_face::new_moon_with_face:**
### **[中華民國品質學會 Chinese Society for Quality (CSQ)](http://www.csq.org.tw/mp.asp)**
**推薦::full_moon_with_face::full_moon_with_face::new_moon_with_face::new_moon_with_face::new_moon_with_face:**
這邊會推薦他是因為此組織為**臺灣當地組織**且有發放證書,但該組織在全球並不是一個大家公認的組織有些證書相對沒有那麼有公信力。雖然公信力較低,但是有的時候該學會還是有開設一些國外認證的課程供大家去做學習及考取相對應的證書,但也因該組織並不是指專門針對資訊領域的品質導入,所以在報名課程的時候務必要看清楚不要報錯課程了。
## 相關證書
### ISTQB
ISTQB Certified Tester :star::star::star::star::star:
<table style="text-align:center; width:100%;">
<colgroup span="4"></colgroup>
<tr>
<th></th>
<th style="text-align:center">基礎</th>
<th style="text-align:center">高級</th>
<th style="text-align:center">專家</th>
</tr>
<tr>
<td>是否取得</td>
<td><input type="checkbox" ></td>
<td><input type="checkbox" ></td>
<td><input type="checkbox" ></td>
</tr>
<tr>
<td>必要資格</td>
<td>無</td>
<td>
通過基礎認證
3年以上軟體測試工作經驗
</td>
<td>
通過高級認證
5年以上軟體測試工作經驗
</td>
</tr>
<tr>
<td>價格</td>
<td>USD 250</td>
<td>USD 200</td>
<td>USD 375</td>
</tr>
</table>
### ISCB
- [ ] [Certified Software Test Engineer (CSTE)](https://)
- [ ] Certified Manager of Software Testing (CMST)
- [ ] Quality Improvement Associate Certification (CQIA)
- [ ] Certified Software Test Professional (CSTP)
- [ ] Certified Test Manager (CTM)
### IIST
### OTHER
###### tags: `Testing` `Development` `Certification` `Software`