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, 5437👍, 0💬
Popular Posts:
How To Select an Oracle System ID (SID)? - Oracle DBA FAQ - Creating New Database Instance Manually ...
How can we connect to Microsoft Access , Foxpro , Oracle etc ? Microsoft provides System.Data.OleDb ...
How to set a HTML document's background color? document.bgcolor property can be set to any appropria...
How To Enter Characters as HEX Numbers? - MySQL FAQs - Introduction to SQL Basics If you want to ent...
What is Concern in AOP? gA concern is a particular goal, concept, or area of interesth There are m...