Advertisment

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.

Share and Enjoy:
  • Print this article!
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • BlinkList
  • LinkedIn
  • Netvibes
  • NewsVine
  • Turn this article into a PDF!
  • StumbleUpon
  • Yahoo! Buzz

Did you enjoy this post?

If so, would you please consider sharing it with the world

Leave a Reply




Advertisment
My Twitter Friends
Friends: 939 Followers: 395
Addison Wesley Release Visual Studio Software Testing book

0

Comments

Add

Addison Wesley Release Visual Studio Software Testing book

informit.com have featured an extract from a new Visual Studio Software testing book.
The book is titled Software Testing with Visual Studio 2010: Planning Your Testing and published by Addison-Wesley Professional
To begin, you need a plan. The plan does not need to be 500 pages of documentation or a massive Gantt chart. This chapter covers

New Testertools – COMUnit

0

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.

New Testertools – vbUnit3 Professional

0

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