"《Python Testing Cookbook (第1版)》(Python Testing Cookbook, 1st edition)英文文字版/更新源代碼[PDF]"介紹
中文名: Python Testing Cookbook (第1版)
原名: Python Testing Cookbook, 1st edition
作者: Greg L. Turnquist
圖書分類: 軟件
資源格式: PDF
版本: 英文文字版/更新源代碼
出版社: Packt Publishing
書號: 978-1-84951-466-8
發行時間: 2011年05月
地區: 美國
語言: 英文
簡介:
內容介紹:This cookbook is written as a collection of code recipes containing step-by-step directions on how to install or build different types of Python test tools to solve different problems. Each recipe contains explanations of how it works along with answers to common questions and cross references to other relevant recipes. The easy-to-understand recipe names make this a handy test reference book. Python developers and programmers with a basic understanding of Python and Python testing will find this cookbook beneficial. It will build on that basic knowledge equipping you with the intermediate and advanced skills required to fully utilize the Python testing tools. Broken up into lots of small code recipes, you can read this book at your own pace, whatever your experience. No prior experience of automated testing is required.
內容截圖:
目錄:
Preface
Chapter 1: Using Unittest To Develop Basic Tests
Chapter 2: Running Automated Test Suites with Nose
Chapter 3: Creating Testable Documentation with doctest
Chapter 4: Testing Customer Stories with Behavior Driven Development
Chapter 5: High Level Customer Scenarios with Acceptance Testing
Chapter 6: Integrating Automated Tests with Continuous Integration
Chapter 7: Measuring your Success with Test Coverage
Chapter 8: Smoke/Load Testing—Testing Major Parts
Chapter 9: Good Test Habits for New and Legacy Systems
Index