輕量級軟件測試自動化
外觀
輕量級軟件測試自動化(英語:Lightweight software test automation)是設計相對簡單及短的電腦程式(稱為輕量級測試工具)來測試軟件系統的過程。輕量級測試工具不限定某種程式語言,不過最常用Java、Perl、Visual Basic .NET及C#實現。輕量級測試工具的原代碼一般不超過四頁、撰寫時間不超過四小時。輕量級測試自動化常和敏捷軟件開發一起使用。
除了輕量級軟件測試自動化外,另外三種軟件測試自動化的方式是商業測試自動化框架軟件、開源測試自動化框架以及重量級測試自動化。輕量級測試自動化的主要缺點是可管理性較弱,因為輕量級測試自動化相對較簡單,也容易實現,相較起來,製作不同的測試工具、測試用例檔案、測試結果檔案……會花掉相當多的時間。不過輕量級測試自動化也有一些明顯的好處:相較於商用框架,輕量級測試自動化初期成本較便宜,可變性也較高。相較於開源框架,輕量級測試自動化因為其更新較少,也沒有外在的相依性,因此比較穩定。相較於重量級框架,輕量級測試自動化框架要實現及修改都比較簡單。輕量級軟件測試自動化一般會用來補足上述的測試自動化方式,而不是取代上述的作法。
在回歸測試時,輕量級測試自動化非常有用,其測試目的只是驗證新加入待測系統的程式碼不會造成新的軟件問題。輕量級測試自動化也可以用在其他軟件測試的領域,例如效能測試、壓力測試(Stress testing)[1]、負載測試、安全性測試、代碼覆蓋率分析、軟件突變測試[2]等。詹姆斯·麥卡弗里廣泛的提出意見,倡導輕量級軟件測試自動化。
參考資料
[編輯]- ^ A demonstration of lightweight software test automation applied to stress testing: "Stress Testing", MSDN Magazine, May 2006 (Vol. 21, No. 6).. [2015-08-29]. (原始內容存檔於2008-04-20).
- ^ A technique for mutation testing using lightweight software test automation: "Mutant Power: Create a Simple Mutation Testing System with the .NET Framework", MSDN Magazine, April 2006 (Vol. 21, No. 5).
- Definition and characteristics of lightweight software test automation in: McCaffrey, James D., ".NET Test Automation Recipes", Apress Publishing, 2006. ISBN 1-59059-663-3.
- Discussion of lightweight test automation versus manual testing in: Patton, Ron, "Software Testing, 2nd ed.", Sams Publishing, 2006. ISBN 0-672-32798-8.
- An example of lightweight software test automation for .NET applications: "Lightweight UI Test Automation with .NET", MSDN Magazine, January 2005 (Vol. 20, No. 1). (頁面存檔備份,存於互聯網檔案館)
- A discussion of lightweight software test automation for performance testing: "Web App Diagnostics: Lightweight Automated Performance Analysis", asp.netPRO Magazine, August 2005 (Vol. 4, No. 8).
- An example of lightweight software test automation for Web applications: "Lightweight UI Test Automation for ASP.NET Web Applications", MSDN Magazine, April 2005 (Vol. 20, No. 4) (頁面存檔備份,存於互聯網檔案館)
- An investigation of lightweight software test automation in a scripting environment: "Lightweight Testing with Windows PowerShell", MSDN Magazine, May 2007 (Vol. 22, No. 5). (頁面存檔備份,存於互聯網檔案館)