SimplyVBUnit is a VB6 unit testing framework written in Visual Basic 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).
VBAUnit is an extension of Beck and Gamma's JUnit unit-testing framework designed to work in Microsoft's Office2000 using Visual Basic For Applications.