Currently Browsing : VB
Featured Posts

SocialTwist Tell-a-Friend

Comments --

Add

New Testertools – COMUnit

COMUnit is a unit testing framework based on the architecture of JUnit, the de facto open source standard for creating unit tests. COMUnit is a Visual Basic port of the JUnit framework that is designed to facilitate developing unit tests for Microsoft COM components and Visual Basic applications.

SocialTwist Tell-a-Friend

Comments --

Add

New Testertools – vbUnit3 Professional

vbUnit3 helps to write and run automated unit tests against Visual Basic and COM objects.

It is especially designed for incremental development with the “Test First” approach, where tests for each object are written before the implementation, and where all tests are run after each change, but it is also suitable for other forms of regression