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 in Action"
Do You Know the Book "JUnit in Action"?
✍: FYICenter.com QA Team
You should know this book. It received some good reviews.
Title: JUnit in Action
Publisher: Manning Publications (October 1, 2003)
Author: Vincent Massol, Ted Husted
Abstract: A guide to unit testing Java applications (including J2EE applications) using the JUnit framework and its extensions, this book provides techniques for solving real-world problems such as unit testing legacy applications, writing real tests for real objects, automating tests, testing in isolation, and unit testing J2EE and database applications. Using a sample-driven approach, various unit testing strategies are covered, such as how to unit test EJBs, database applications, JSPs, and Taglibs. Also addressed are testing strategies using freely available open source frameworks and tools, and how to unit test in isolation with Mock Objects. Testing J2EE applications by running tests from inside the container for performing integration unit tests is discussed, as is how to automate unit testing in automated builds (such as Ant and Maven) for performing continuous integration.
Topics:
Testing in isolation with mock objects In-container testing with Cactus Automated builds with Ant and Maven Unit testing from within Eclipse Test Driven Development principles Unit testing Java apps Filters Servlets EJB JSP DB apps Taglibs
2008-01-07, 6482👍, 0💬
Popular Posts:
What is COCOMO I, COCOMOII and COCOMOIII? In CD we have a complete free PDF tutorial of how to prepa...
What is the benefit of using an enum rather than a #define constant? The use of an enumeration const...
How do we configure “WebGarden”? “Web garden” can be configured by using process model settings in...
Can event’s have access modifiers ? Event’s are always public as they are meant to serve every one r...
How To Create an Add-to-Netvibes Button on Your Website? - RSS FAQs - Adding Your Feeds to RSS News ...