- Dec 05 Fri 2008 13:43
-
國外不錯的Testing教學資料
http://mike.cpe.ku.ac.th/~uwe/219343/index.html
- Dec 02 Tue 2008 10: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
- Dec 01 Mon 2008 13: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