Python Unit Test Automation e-bog
288,10 DKK
(inkl. moms 360,12 DKK)
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,...
E-bog
288,10 DKK
Forlag
Apress
Udgivet
23 februar 2017
Genrer
Computer programming / software engineering
Sprog
English
Format
epub
Beskyttelse
LCP
ISBN
9781484226773
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.What You'll Learn: Essential concepts in software testingVarious test automation libraries for Python, such as doctest, unittest, nose, nose2, and pytestTest-driven development and best practices for test automation in PythonCode examples and exercisesWho This Book Is For:Python developers, software testers, open source enthusiasts, and contributors to the Python community