Learning Python Testing
暫譯: 學習 Python 測試
Daniel Arbuckle
- 出版商: Packt Publishing
- 出版日期: 2014-11-28
- 售價: $1,710
- 貴賓價: 9.5 折 $1,625
- 語言: 英文
- 頁數: 200
- 裝訂: Paperback
- ISBN: 1783553219
- ISBN-13: 9781783553211
-
相關分類:
Python、程式語言
海外代購書籍(需單獨結帳)
相關主題
商品描述
About This Book
- Develop your knowledge and skills to increase your confidence in tackling new challenges
- Guides you through the tools of automated testing in Python 3 with practical and real-life examples
- Shows you step by step how to turn testing from a burden into a benefit
Who This Book Is For
This book is ideal if you want to learn about the testing disciplines and automated testing tools from a hands-on, conversational guide. You should already know Python and be comfortable with Python 3.
What You Will Learn
- Make testing easy and convenient with powerful tools such as doctest, unittest, and Nose
- Walk through the test-driven development process step by step
- Translate specification documents into actionable tests
- Write tests that highlight exactly where a bug resides
- Build on the basis of unit testing to be able to test a complete software system
- Use unit testing to drive development and discover how this can make the process faster
In Detail
Automated testing is the best way to increase efficiency and decrease the defects of software testing. It takes away much of the effort on your part so that you can find bugs early and easily. The Python unit testing framework makes it easy to write efficient automated test cases in Python. Applications involving many paradigms and styles can be very complicated to test, but with the right tools, testing becomes the simplest part of the development process.
This book starts with a short introduction to testing, and then introduces the doctest tool, both in terms of practicalities and how it fits into the testing environment. From there, the discussion proceeds to unittest.mock and mock objects, and to unittest. Next, Nose is introduced and discussed. Later on, focus turns from the tools themselves toward best practices and disciplines of testing. Finally, the integration of testing with existing build processes and toolchains is covered. By the end of this book, you will know how to use automated testing quickly and easily and in a way that helps catch bugs early and fix them.
商品描述(中文翻譯)
一種簡單易行的測試 Python 專案的方法
關於本書
- 發展您的知識和技能,以提高您面對新挑戰的信心
- 通過實用的真實案例引導您了解 Python 3 中的自動化測試工具
- 逐步展示如何將測試從負擔轉變為收益
本書適合誰
如果您想從實作和對話式的指南中學習測試學科和自動化測試工具,這本書非常理想。您應該已經了解 Python 並對 Python 3 感到舒適。
您將學到什麼
- 使用強大的工具如 doctest、unittest 和 Nose,使測試變得簡單方便
- 逐步了解測試驅動開發過程
- 將規範文件轉換為可執行的測試
- 編寫測試以精確指出錯誤所在
- 在單元測試的基礎上構建,以便能夠測試完整的軟體系統
- 利用單元測試推動開發,並發現這如何使過程更快
詳細內容
自動化測試是提高效率和減少軟體測試缺陷的最佳方法。它減少了您所需的努力,使您能夠更早且輕鬆地找到錯誤。Python 的單元測試框架使得在 Python 中編寫高效的自動化測試案例變得簡單。涉及多種範式和風格的應用程式可能非常複雜,但使用正確的工具,測試將成為開發過程中最簡單的部分。
本書首先簡要介紹測試,然後介紹 doctest 工具,包括其實用性及其在測試環境中的適用性。接著,討論進入 unittest.mock 和模擬物件,然後是 unittest。接下來介紹並討論 Nose。稍後,重點將從工具本身轉向測試的最佳實踐和學科。最後,涵蓋測試與現有構建過程和工具鏈的整合。在本書結束時,您將知道如何快速且輕鬆地使用自動化測試,並以有助於及早捕捉錯誤並修復它們的方式進行。