Pragmatic Unit Testing in Java With JUnit
(häftad)av Andy Hunt, Dave Thomas
- Format:
- Häftad (paperback)
- Utgiven:
- 2003-09-01
- Språk:
- Engelska
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 "http://www.pragmaticprogrammer.com 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
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.
(Computer Bookshops Limited)
Fler böcker av författarna
Pragmatic Thinking and Learning: Refactor Your WetwareAndy Hunt (häftad) |
Practices of an Agile Developer: Working in the Real...Venkat Subramaniam, Andy Hunt (häftad) |
Pragmatic Unit Testing in C# with NUnit 2nd EditionAndy Hunt, Dave Thomas, Matt Hargett (häftad) |
Agile Web Development with Rails 4th EditionSam Ruby, Dave Thomas, David Heinemeier Hansson (häftad) | |||
|
185:- Köp
|
166:- Köp
|
166:- Köp
|
247:- Köp
|
Kundrecensioner
Bloggat om Pragmatic Unit Testing in Java With JUnit
Övrig information
Andy Hunt and Dave Thomas have more than 50 years combined experience, developing software for clients around the world. For the last 10 years they've been working together as The Pragmatic Programmers, helping clients write software and improve their development processes. They are authors of the best-selling The Pragmatic Programmer, and have written several other books. They speak at conferences globally, and are editors of IEEE Software's Construction column.
(Computer Bookshops Limited)
Innehållsförteckning
Introduction
Your first unit tests
Writing tests in JUnit
What to test: The right BICEP
CORRECT boundary conditions
Using mock objects
Properties of good tests
Testing on a project
Design issues
(Computer Bookshops Limited)