Python Unit Test Automation: Practical Techniques for Python Developers and Testers
Ashwin Pajankar
- 出版商: Apress
- 出版日期: 2017-02-27
- 定價: $1,225
- 售價: 6.0 折 $735
-
活動價:
$1,225
英文館曬書季|Apress 8折-5折 - 語言: 英文
- 頁數: 111
- 裝訂: Paperback
- ISBN: 1484226763
- ISBN-13: 9781484226766
-
相關分類:
Python、軟體測試、Unit Test 單元測試
-
其他版本:
Python Unit Test Automation: Automate, Organize, and Execute Unit Tests in Python
買這商品的人也買了...
-
$960The Pragmatic Programmer: From Journeyman to Master (Paperback)
-
$1,970$1,872 -
$480$408 -
$1,590$1,558 -
$948Learning the vi and Vim Editors, 7/e (Paperback)
-
$760$745 -
$580$493 -
$1,280$1,216 -
$580$493 -
$480$408 -
$360$284 -
$400$316 -
$450$383 -
$450$356 -
$918Pro Python Best Practices: Debugging, Testing and Maintenance
商品描述
Quickly learn how to automate unit testing of Python 3 code with Python 3 automation libraries, such as doctest, unittest, nose, nose2, and pytest.
This book explores the important concepts in software testing and their implementation in Python 3 and shows you how to automate, organize, and execute unit tests for this language. This knowledge is often acquired by reading source code, manuals, and posting questions on community forums, which tends to be a slow and painful process.
Python Unit Test Automation will allow you to quickly ramp up your understanding of unit test libraries for Python 3 through the practical use of code examples and exercises. All of which makes this book a great resource for software developers and testers who want to get started with unit test automation in Python 3 and compare the differences with Python 2.
This short work is your must-have quick start guide to mastering the essential concepts of software testing in Python.
- Essential concepts in software testing
- Various test automation libraries for Python, such as doctest, unittest, nose, nose2, and pytest
- Test-driven development and best practices for test automation in Python
- Code examples and exercises