
Publisher: Pragmatic
Author: Dave Thomas
ISBN: 0974514012
Release Date: 27 September 2003
eBook Description
Learn how to improve your Java coding skills using unit testing. Despite it's name, unit testing is really a coding technique, not a testing technique. Unit testing is done by programmers, for programmers. It's primarily for our benefit: we get improved confidence in our code, better ability to make deadlines, less time spent in the debugger, and less time beating on the code to make it work correctly. This book shows how to write tests, but more importantly, it goes where other books fear to tread and gives you concrete advice and examples of what to test--the common things that go wrong in all of our programs. Discover the tricky hiding places where bugs breed, and how to catch them using the freely available JUnit framework. It's easy to learn how to think of all the things in your code that are likely to break. We'll show you how with helpful mnemonics, summarized in a handy tip sheet (also available from our www.pragmaticprogrammer.com website) to help you remember all this stuff. With this book you will:
- Write better code, and take less time to write it
- Discover the tricky places where bugs breed
- Learn how to think of all the things that could go wrong
- Test individual pieces of code without having to include the whole project
- Test effectively with the whole team
We'll also cover how to use Mock Objects for testing, how to write high quality test code, and how to use unit testing to improve your design skills. We'll show you frequent "gotchas"--along with the fixes--to save you time when problems come up. We'll show you how with helpful mnemonics, summarized in a handy tip sheet (also available from our www.pragmaticprogrammer.com website). But the best part is that you don't need a sweeping mandate to change your whole team or your whole company. You don't need to adopt Extreme Programming or Test-Driven Development, or change your development process in order to reap the proven benefits of unit testing. You can start unit testing, the pragmatic way, right away.
Pragmatic Unit Testing in Java with JUnit
Related posts:
- Pragmatic Unit Testing in C# with Nunit (Pragmatic Programmers) Publisher: PragmaticAuthor: Dave ThomasISBN: 0974514020Release Date: 27 May 2004 eBook...
- JUnit Recipes : Practical Methods for Programmer Testing Publisher: Manning Publications CompanyAuthor: J. B. RainsbergerISBN: 1932394230Release Date: 28...
- Pragmatic Software Testing: Becoming an Effective and Efficient Test Professional Publisher: John Wiley and SonsAuthor: Rex BlackISBN: 0470127902Release Date: 20...
- Java Open Source Programming: with XDoclet, JUnit, WebWork, Hibernate Publisher: John Wiley and SonsAuthor: Patrick A. LightbodyISBN: 0471463620Release Date:...
- Effective GUI Testing Automation : Developing an Automated GUI Testing Tool Publisher: Sybex IncAuthor: Mengqi WuISBN: 0782143512Release Date: 26 November 2004...
- Programming Groovy: Dynamic Productivity for the Java Developer (The Pragmatic Programmers) Publisher: PragmaticAuthor: Venkat SubramaniamISBN: 1934356093Release Date: 08 April 2008 eBook...
- The Art of Software Testing, Second Edition Publisher: WileyAuthor: Todd M. ThomasISBN: 0471469122Release Date: 21 June 2004...
- Pragmatic Project Automation: How to Build, Deploy, and Monitor Java Apps Publisher: PragmaticAuthor: Mike ClarkISBN: 0974514039Release Date: 27 August 2004 eBook...
- Software Testing Fundamentals : Methods and Metrics Publisher: John Wiley and SonsAuthor: Marnie L. HutchesonISBN: 047143020XRelease Date:...
- Modern Multithreading : Implementing, Testing, and Debugging Multithreaded Java and C /Pthreads/Win32 Programs Publisher: WileyAuthor: Kuo-Chung TaiISBN: 0471725048Release Date: 19 October 2005 eBook...
Home > About This Post
This entry was posted by Administrator on Monday, February 27th, 2006, at 9:32 pm, and was filed in Books.
Subscribe to the
RSS 2.0 feed for all comments to this post.
Post a Comment
You must be logged in to post a comment.