http://mike.cpe.ku.ac.th/~uwe/219343/index.html
- 12月 05 週五 200813:43
國外不錯的Testing教學資料
- 12月 02 週二 200810:12
Software testing tools
使用testing tool會讓測試變得更簡單,更有效率,更有生產力
很多種computer-aided software testing(CAST) tools可以取得,並且對付不同的testing process
分類test tools
下面有幾種方法來分類:
1. 根據test activity 或者 他負責的task: 這裡面所說的activity包含 code verficationm, test planning, test excution
2. 根據描述的(descriptive) function keyword: tool所執行特定的function, 像 capture/playback, logic coverage, comparator
3. 根據分類主要的領域: 一些high-level classes 或 groups of tools
很多種computer-aided software testing(CAST) tools可以取得,並且對付不同的testing process
分類test tools
下面有幾種方法來分類:
1. 根據test activity 或者 他負責的task: 這裡面所說的activity包含 code verficationm, test planning, test excution
2. 根據描述的(descriptive) function keyword: tool所執行特定的function, 像 capture/playback, logic coverage, comparator
3. 根據分類主要的領域: 一些high-level classes 或 groups of tools
- 12月 01 週一 200813:39
Test tasks, deliverables, and chronology
每一個testing activity有多個inputs 並且包含一個或多個tasks,一個tasks又包含多個output
Master test planing
一個testing tasks的概觀包含
(1)Master testing task
(2)Verfication testing tasks (對每一個activity)
(i) 計畫
(ii)執行
(3)Validation testing tasks (對每一個activity)
(i) 計畫
(ii)測試軟體(testware)開發
(iii)執行測試
(iv)測試軟體的維護
Master test planing
一個testing tasks的概觀包含
(1)Master testing task
(2)Verfication testing tasks (對每一個activity)
(i) 計畫
(ii)執行
(3)Validation testing tasks (對每一個activity)
(i) 計畫
(ii)測試軟體(testware)開發
(iii)執行測試
(iv)測試軟體的維護
1