About this item
Highlights
- Fundamental testing methodologies applied to the popular Python language Testing Python; Applying Unit Testing, TDD, BDD and Acceptance Testing is the most comprehensive book available on testing for one of the top software programming languages in the world.
- About the Author: David Sale is currently a software developer for British Sky Broadcasting (BSkyB), where he works predominantly with Python and Java.
- 240 Pages
- Computers + Internet, Software Development & Engineering
Description
Book Synopsis
Fundamental testing methodologies applied to the popular Python languageTesting Python; Applying Unit Testing, TDD, BDD and Acceptance Testing is the most comprehensive book available on testing for one of the top software programming languages in the world. Python is a natural choice for new and experienced developers, and this hands-on resource is a much needed guide to enterprise-level testing development methodologies. The book will show you why Unit Testing and TDD can lead to cleaner, more flexible programs.
Unit Testing and Test-Driven Development (TDD) are increasingly must-have skills for software developers, no matter what language they work in. In enterprise settings, it's critical for developers to ensure they always have working code, and that's what makes testing methodologies so attractive. This book will teach you the most widely used testing strategies and will introduce to you to still others, covering performance testing, continuous testing, and more.
- Learn Unit Testing and TDD--important development methodologies that lie at the heart of Agile development
- Enhance your ability to work with Python to develop powerful, flexible applications with clean code
- Draw on the expertise of author David Sale, a leading UK developer and tech commentator
- Get ahead of the crowd by mastering the underappreciated world of Python testing
Knowledge of software testing in Python could set you apart from Python developers using outmoded methodologies. Python is a natural fit for TDD and Testing Python is a must-read text for anyone who wants to develop expertise in Python programming.
From the Back Cover
- Clearly defines testing fundamentals and best practices
- Provides comprehensive overview of unit testing methods
- Explains how to implement Test Driven Development
- Covers acceptance testing and tools needed to perform acceptance tests
Apply Acceptance Testing, Test-Driven Development, Unit Testing, and Behavior-Driven Development to Python
Unit testing and test-driven development (TDD) are increasingly must-have skills for software developers, no matter what language they work in. In enterprise settings, it's critical for developers to ensure they always have working code, and that's what makes testing methodologies so attractive. More recently, behavior-driven development (BDD) has taken testing to a new level, and this book will introduce you to the practice and tools to take up this exciting modern style of testing your software. This book will teach you the most widely used testing strategies and will introduce to you to still others, covering performance testing, continuous testing, and more. Learn to:
- Get your hands dirty with the basic building blocks in testing: unit tests
- Effectively embed unit tests in your doc strings and have them run as tests
- Adopt the concepts and ethos of test-driven development (TDD)
- Deploy smoke testing and get to grips with Pylint
- Write and undertake acceptance testing with Cucumber, Lettuce, and Robot
- Analyse and find problem areas within your code using JMeter and cProfile
- Successfully implement continuous integration
About the Author
David Sale is currently a software developer for British Sky Broadcasting (BSkyB), where he works predominantly with Python and Java. He quickly began making his presence known in the Python Community, having written web articles on various Python topics. David has also given talks on Behaviour Driven Development and Agile Development at the EuroPython conference. He writes about technology for Nettuts+ and Tech.Pro.