Book description
When testing becomes a developer's habit good things tend to happen—good productivity, good code, and good job satisfaction. If you want some of that, there's no better way to start your testing habit, nor to continue feeding it, than with JUnit Recipes. In this book you will find one hundred and thirty seven solutions to a range of problems, from simple to complex, selected for you by an experienced developer and master tester. Each recipe follows the same organization giving you the problem and its background before discussing your options in solving it.
JUnit—the unit testing framework for Java—is simple to use, but some code can be tricky to test. When you're facing such code you will be glad to have this book. It is a how-to reference full of practical advice on all issues of testing, from how to name your test case classes to how to test complicated J2EE applications. Its valuable advice includes side matters that can have a big payoff, like how to organize your test data or how to manage expensive test resources.
About the Technology
About the Book
What's Inside
- Getting started with JUnit
- Recipes for
- servlets
- JSPs
- EJBs
- Database code
- much more
- Difficult-to-test designs, and how to fix them
- How testing saves time
- Choose a JUnit extension:
- HTMLUnit
- XMLUnit
- ServletUnit
- EasyMock
- and more!
About the Reader
About the Authors
J. B. Rainsberger is a developer and consultant who has been a leader in the JUnit community since 2001. His popular online tutorial JUnit: A Starter Guide is read by thousands of new JUnit users each month. Joe lives in Toronto, Canada.
Scott Stirling is a Senior Software Engineer on the Platform and Tools team at Workscape, Inc. in Framingham, MA. He has been active in the JUnit community since 2000 and has contributed code to the Jakarta Ant task.
Quotes
No other unit testing book [offers] as much wisdom, knowledge, and practical advice .... a remarkable compendium ...
- Robert C. Martin, from the Foreword
Study this book! It will zoom you along a paved road to expertise.
- Brian Marick, Author of "The Craft of Software Testing"
... a compelling argument for how testing increases productivity and quality.
- Michael Rabbior, IBM
JB’s approach: been there, done that, don’t do it please.
- Vladimir Ritz Bossicard, JUnit Development Team
... a ‘pattern reference’ — it will have stuff to mine for years to come ...
- Eric Armstrong, author of "JBuilder2 Bible", consultant for Sun Computing
Table of contents
- Copyright
- Dedication
- Brief Table of Contents
- Table of Contents
- Foreword
- Preface
- Acknowledgments
- About this Book
- About the Cover Illustration
- Part 1. The building blocks
- Chapter 1. Fundamentals
- Chapter 2. Elementary tests
- Chapter 3. Organizing and building JUnit tests
- Chapter 4. Managing test suites
- Chapter 5. Working with test data
- Chapter 6. Running JUnit tests
- Chapter 7. Reporting JUnit results
- Chapter 8. Troubleshooting JUnit
- Part 2. Testing J2EE
- Chapter 9. Testing and XML
- Chapter 10. Testing and JDBC
- Chapter 11. Testing Enterprise JavaBeans
- Chapter 12. Testing web components
- Chapter 13. Testing J2EE applications
- Part 3. More JUnit techniques
- Chapter 14. Testing design patterns
- Chapter 15. GSBase
- Chapter 16. JUnit-addons
- Chapter 17. Odds and ends
- Appendices
- Appendix A. Complete solutions
- Appendix B. Essays on testing
- Appendix C. Reading List
- Appendix. References
- Index
- List of Figures
- List of Tables
- List of Listings
Product information
- Title: JUnit Recipes
- Author(s):
- Release date: July 2004
- Publisher(s): Manning Publications
- ISBN: 9781932394238
You might also like
book
Mockito Essentials
A practical guide to get you up and running with unit testing using Mockito In Detail …
book
Test-Driven Java Development
Invoke TDD principles for end-to-end application development with Java About This Book Explore the most popular …
book
Test-Driven Java Development - Second Edition
This book will teach the concepts of test driven development in Java so you can build …
book
Spring Boot 2 Recipes: A Problem-Solution Approach
Solve all your Spring Boot 2 problems using complete and real-world code examples. When you start …