Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Do You Know the Book "JUnit Recipes: Practical Methods for Programmer Testing"
Do You Know the Book "JUnit Recipes: Practical Methods for Programmer Testing"?
✍: FYICenter.com QA Team
You should know this book. It received some good reviews.
Title: JUnit Recipes: Practical Methods for Programmer Testing
Publisher: Manning Publications (July 15, 2004)
Author: J. B. Rainsberger, Scott Stirling
Abstract: Get this book both as an introduction to what JUnit can do for you and also as a reference when you are looking for information on how to solve a particular testing problem. The book covers the basics of using JUnit as well as issues around database and J2EE testing. It is filled with pointers to many frameworks and resources that can simplify your testing experience. This is not just a testing cookbook. J.B. also discusses issues such as how to design for testing (and how that can improve your architecture) as well as what to do when you need to test legacy code. This is an excellent guide to the details of how to use JUnit effectively.
Topics:
Getting started with JUnit Recipes for: Servlets JSPs EJBs Database code ... Difficult-to-test designs, and how to fix them How testing saves time Choose a JUnit extension: HTMLUnit XMLUnit ServletUnit EasyMock ...
2008-01-03, 5374👍, 0💬
Popular Posts:
What is the difference between Class and structure’s ? Following are the key differences between the...
What is more advisable to create a thread, by implementing a Runnable interface or by extending Thre...
How Oracle Handles Dead Locks? - Oracle DBA FAQ - Understanding SQL Transaction Management Oracle se...
What are shared (VB.NET)/Static(C#) variables? Static/Shared classes are used when a class provides ...
Do You Know the Book "JUnit in Action"? You should know this book. It received some good reviews. Ti...