JUnit Recipes
eBook - ePub

JUnit Recipes

Practical Methods for Programmer Testing

  1. 752 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

JUnit Recipes

Practical Methods for Programmer Testing

About this book

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.
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!

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access JUnit Recipes by Scott Stirling,J.B. Rainsberger in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming in Java. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Copyright
  2. Dedication
  3. Brief Table of Contents
  4. Table of Contents
  5. Foreword
  6. Preface
  7. Acknowledgments
  8. About this Book
  9. About the Cover Illustration
  10. Part 1. The building blocks
  11. Chapter 1. Fundamentals
  12. Chapter 2. Elementary tests
  13. Chapter 3. Organizing and building JUnit tests
  14. Chapter 4. Managing test suites
  15. Chapter 5. Working with test data
  16. Chapter 6. Running JUnit tests
  17. Chapter 7. Reporting JUnit results
  18. Chapter 8. Troubleshooting JUnit
  19. Part 2. Testing J2EE
  20. Chapter 9. Testing and XML
  21. Chapter 10. Testing and JDBC
  22. Chapter 11. Testing Enterprise JavaBeans
  23. Chapter 12. Testing web components
  24. Chapter 13. Testing J2EE applications
  25. Part 3. More JUnit techniques
  26. Chapter 14. Testing design patterns
  27. Chapter 15. GSBase
  28. Chapter 16. JUnit-addons
  29. Chapter 17. Odds and ends
  30. Appendices
  31. Appendix A. Complete solutions
  32. Appendix B. Essays on testing
  33. Appendix C. Reading List
  34. Appendix. References
  35. Index
  36. List of Figures
  37. List of Tables
  38. List of Listings