vbUnit3 helps to write and run automated unit tests against Visual Basic and COM objects.
1 FaverShareViewed: 17 TimesGraphviz is open source graph visualization software. It has several main graph layout programs.
14 FaversShareViewed: 37 TimesJaybe introduced me to the Visual Studio Unit testing and "Test Driven Development" methodology. I can't say I agree with every aspect of TDD when carried to the extreme but there are some parts I like a lot:
- Write (failing) unit tests BEFORE writing your code. (But I think you do need to do some design work and object modeling before you can start the unit testing).
- Use code coverage to make sure you're getting very high % coverage of all your code before considering your tests complete.
Part I'm not so keen on is writing code that is a "stub" for the actual working system. It seems to me this leads to a lot of writing and re-writing of code that is going to get thrown away. If you're going to write the "minimum implementation" for getting your unit tests to pass, I still think this needs to be mostly NOT throw-away code. Otherwise, how is this making "progress"?
3 FaversShareViewed: 6 TimesQuoted: The purpose of this project is to build some insightful and practical guidance around using Visual Studio Team System 2005. It's a collaborative effort between patterns & practices, VSTS team members, and industry experts.
Related Content from Around Faves
test
-
Better than not testing your code, and easier than creating testable code, TypeMock simplifies writing unit tests.
* Enables testing code that was previously 'untestable'
1 FaverViewed: 7 Times
* Reduces time spent on writing unit tests, giving you more time to focus on your real tasks
* Cuts development time and increases your efficiency by having repeatable unit test
* Saves time by eliminating code refactoring and rewriting just to make it testable
* Encourages developers to write unit tests - eric - Jun 27 20073 FaversViewed: 99 Times
- mark17 - 10 days ago1 FaverViewed: 2 Times
