Welcome to OpenDEN
HOME FOSS Directory Reference & Learning Search
Custom Search
Free, Opensource Software, Libraries ....

Java Unit Testing Tools
go to Free eBooks, tutorials, whitepapers, learning resources - Java Unit Testing Tools

unit testing is a procedure used to validate that individual units of source code are working properly. A unit is the smallest testable part of an application. In procedural programming a unit may be an individual program, function, procedure, etc., while in object-oriented programming, the smallest unit is always a class; which may be a base/super class, abstract class or derived/child class. The goal of unit testing is to isolate each part of the program and show that the individual parts are correct. A unit test provides a strict, written contract that the piece of code must satisfy.
From : http://en.wikipedia.org/wiki/Unit_testing


Loading .....
Please contribute your links
Recently Viewed Categories
Recently Viewed Products


Foxkeh