SimplyVBUnit is a VB6 unit testing framework written in VisualBasic 6. It closely follows the GUI setup of NUnit. Creating Tests is a snap, as you don't need to implement anything, just add your tests to a new class and GO!
A library of classes designed to be used in conjunction with a unit testing framework such as NUnit. The library facilitates automated tests, mock objects and white box testing (GUI testing etc).
NUnit brings xUnit-style unit-testing to all .Net languages.
Although we no longer host our development on Sourceforge, our latest releases are always available here, as well as at our current development site at http://launchpad.net/nunitv2
Please report bugs at http://bugs.launchpad.net/nunitv2
You can browse or download the current source code at http://code.launchpad.net/nunitv2
BugEye is an XML-based unit test creation framework. Being XML-based, it can be easily translated to almost any language. The current translations are C#, Java, JavaScript, and VisualBasic. Future translations include C++, Python, Perl, and PHP.
NXUnit is a NUnit-style unit testing framework about XML for .NET Framework. It is an extension to NUnit. It brings you the ability to do unit testing easily in XML applications.
VBAUnit is an extension of Beck and Gamma's JUnit unit-testing framework designed to work in Microsoft's Office2000 using VisualBasic For Applications.