購物比價 | 找書網 | 找車網 |
FindBook |
有 1 項符合
Efficient Test case Writing and Execution的圖書 |
Efficient Test case Writing and Execution 作者:Pham Hoang Minh 出版社:HM's book 出版日期:2018-05-16 語言:英文 |
圖書館借閱 |
國家圖書館 | 全國圖書書目資訊網 | 國立公共資訊圖書館 | 電子書服務平台 | MetaCat 跨館整合查詢 |
臺北市立圖書館 | 新北市立圖書館 | 基隆市公共圖書館 | 桃園市立圖書館 | 新竹縣公共圖書館 |
苗栗縣立圖書館 | 臺中市立圖書館 | 彰化縣公共圖書館 | 南投縣文化局 | 雲林縣公共圖書館 |
嘉義縣圖書館 | 臺南市立圖書館 | 高雄市立圖書館 | 屏東縣公共圖書館 | 宜蘭縣公共圖書館 |
花蓮縣文化局 | 臺東縣文化處 |
|
Test case is a document, which is a set of cases to test, the steps, expected results and actual results to ensure software quality. The level of detail may vary significantly depending on the organization and project context.
A test case is a set of conditions or variables under which a tester will determine whether a system under test satisfies requirements or works correctly.
The process of developing test cases can also help find problems in the requirements or design of an application.
Writing test cases is one of the key activity performed by the tester in the Software Testing Life Cycle. But the writing effective test case is a skill & which can be done by doing in-depth study of application for which writing the test cases and most important is the experience. The approach for writing good test cases will be to identify, define and analyze the requirements.
“A test case is a set of conditions or variables under which a tester will determine whether a system under test satisfies requirements and works correctly.”
Typically, test cases should be small, isolated and atomic. Test cases should be easy to understand and steps should be executed fast. They should independent with each other & fail/pass independently from one another. Fairly, each good test should have defined its expected result.
Let's take a look to make Effecient Test case and execute it!
|