Java White Papers
Java Enterprise in a Nutshell: JUnit and Cactus
Overview Software quality assurance is a subject of study in itself. Instead, what this paper covers is the subset of software testing referred to as unit testing, which attempts to verify the correct functional behavior of software at various levels of granularity. A "Unit" may be a method on a class, an entire class, a component made up of several classes, or an entire subsystem of an architecture containing several components or classes. Strictly speaking, unit testing is typically performed during development on independent units of software, prior to these units being integrated into a complete application and passed along to other testing processes, like user interface functional testing, performance testing, and user-acceptance testing.
| Publisher | O'Reilly Media | File Format | |
|---|---|---|---|
| Date Published | November 2005 | ||
| Format | Book chapters | ||
| Topics | |||



