Unit Testing Resources
Links
vbUnit - Unit test framework for Visual Basic and COM
Visual Basic implementation of xUnit that can be used to create unit tests
for any COM objects.
Extreme
Programming: A gentle introduction Introduction to and explanation of the methodology behind
this disciplined approach to software development.
XProgramming.com - an Extreme Programming Resource Resource site for eXtreme Programming
CppUnit CppUnit is a unit
testing framework for C++. It is originally ported from JUnit.
NUnit .Net unit testing framework NUnit is a unit testing framework design for all .NET
languages. NUnit is based on JUnit. It is developed in C++ and is designed to
take advantage of .NET language specific features.
PyUnit - the standard unit testing framework for
Python PyUnit is a unit testing framework
for programs developed using Python. PyUnit is based on Java's JUnit, a proven
testing architecture.
JUnit, Testing Resources for Extreme Programming Information and articles for using the open source JUnit
testing framework to unit test code. This site also has information relevant to
white-box testing and unit testing in Java.
The
Jakarta Project: Cactus This is an open
source volunteer project for sharing code to reduce the cost of unit testing
server-side Java code.
Back to Top
|