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
8 products available, Sorted alphabetically
Apache Jelly
Platform : Java
Jelly is a tool for turning XML into executable code. So Jelly is a Java and XML based scripting and processing engine. Jelly can .....
DbUnit
Platform : Java
DbUnit is a JUnit extension (also usable with Ant) targeted for database-driven projects that, among other things, puts your datab .....
EasyMock
Platform : Java
EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism. Due to Ea .....
FindBugs
Platform : Java
FindBugs looks for bugs in Java programs. It is based on the concept of bug patterns. A bug pattern is a code idiom that is oft .....
JUnit
Platform : Java
JUnit is a simple, open source framework to write and run repeatable tests. It is an instance of the xUnit architecture for unit .....
SQLUnit
Platform : Java
SQLUnit is a regression and unit testing harness for testing database stored procedures. An SQLUnit test suite would be written as .....
TestNG
Platform : Java
TestNG is a testing framework inspired from JUnit and NUnit but introducing
some new functionalities that make it more powerfu .....
Unitils
Platform : Java
Unitils is an open source library aimed at making unit testing easy and maintainable. Unitils builds further on existing libraries .....
Loading .....