Sunday, March 28, 2010

Python Testing: Beginner's Guide


OR
Buy From Amazon.com(Hard copy)
Author(s):Daniel Arbuckle
Publisher:Packt Publishing
Date:February 19,2010
Pages:256
File Type:PDF
File Size:2.54 MB
ISBN-10: 1847198848
ISBN-13:978-1847198846
An easy and convenient approach to testing your powerful Python projects

* Covers everything you need to test your code in Python
* Easiest and enjoyable approach to learn Python testing
* Write, execute, and understand the result of tests in the unit test framework
* Packed with step-by-step examples and clear explanations

In Detail

Automated testing moves much of the labor of testing off the developer and makes it easier as well as quicker to find bugs and fix them. Automated tests run faster, increase test coverage, and lower costs. However, testing is neither an easy process nor remotely exciting for most developers. But with the right techniques and tools, testing can become a simple and gratifying part of the development process.

With this helpful guide - from an expert - in your hand, testing will not be a tiresome topic for you anymore. You will learn how to test your Python projects in the easiest way, making other parts of the development process easier and more enjoyable.

This book covers the tools and techniques of automated testing and test-driven development. Starting from the very basics, the chapters introduce new tools and techniques in simple, accessible language with step-by-step examples. You will explore how to make testing easier and more accurate with Python's doctest module and learn test-driven development using the unittest framework. You will also learn how to keep your units separate from each other and discover a simple and easy way to integrate Mocker and unittest. Next, we cover integration testing and web application testing.

Automated testing gives developers better feedback, faster and more often. Bugs get found sooner and fixed better, with less effort. By the end of this book, you will have all of the skills needed to benefit from automated testing.

What you will learn from this book

* Make testing easy and convenient with Python's doctest module, which lets you put your tests right into your doc strings
* Drive development using unit testing and learn how it can make the process quicker
* Explore the assorted features Mocker provides to help you keep units separate from each other and customize it to suit your needs
* Embed your tests in a controlled and temporary environment using test fixtures
* Simplify the integration of unittest and Mocker using Python Mocker's MockerTestCase
* Automatically find and execute tests using Nose - a unittest-based testing framework for Python that makes writing and running tests easier
* Write tests for web applications using Twill and integrate it's capabilities as a library into Python testing code
* Create integration tests and run them to see if your programs work correctly in concert with each other
* Run Nose automatically when your version control software detects changes in the source code
* Set up the Buildbot automated continuous integration system to run your tests repeatedly over many different environments

No comments:

Post a Comment