一個項目最終呈現在用戶面前的質量,與測試執行的程度與力度是密不可分的。測試用例設計的基本目的,是確定一組最有可能發現某個錯誤或者某類錯誤的一組測試數據。測試用構成了設計和制定測試過程的基礎,因此測試用例的質量在一定程度上決定了測試工作有效程度。一個好的測試用例使得測試工作的效果事半功倍,并且能盡早的發現一些隱藏的BUG,測試用例的設計是軟件開發中的重中之重。關鍵詞:軟件測試,測試用例,TESTCASE,用例設計
A test case is a series of tests used to determine whether one particular thing worksproperly. Often that means trying the same operation over and over again with little inthe procedure.A test case is a document that describes an input, action, or event and an expectedresponse, to determine if a feature of an application is working correctly. A test caseshould contain particulars such as test case identifier, test case name, objective, testconditions/setup, input data requirements, steps, and expected results.
雜志下載 (請右擊另存為)
原文轉自:http://www.anti-gravitydesign.com