XP中測試驅動的設計和開發講義(ppt 40頁)
XP中測試驅動的設計和開發講義(ppt 40頁)內容簡介
XP中測試驅動的設計和開發講義目錄:
1.Unit Test
2.Acceptance Test( Functional Test )
3.Regression Test
4.Nightly Test
5.Stress Test
XP中測試驅動的設計和開發講義內容摘要:
什麼是單元測試(Unit Test)?
單元測試是一段能夠放在批處理中自動運行的,用來測試Classes的序。單元測試測試一小段代碼或一個足夠小的功能。單元測試程序調用這小段代碼或功能,並驗證返回的結果是否符合預先設定的結果。
每個單元測試至少應該有兩個測試例子( Test Case ):
Negative
Positive
單元測試是軟件工程的一個關鍵部分。
什麼是Acceptance Test
Acceptance Test are programs or scripts configured to test that packages (groups of clusters of classes) meet external requirements and achieve goals, such as performance. They
include screen-driving programs that test GUIs from without.
Acceptance Test是對軟件做End-To-End的測試,衡量軟件是否符合用戶需求的指標,也就是驗收測試。
..............................
用戶登陸
信息化知識熱門資料
信息化知識相關下載