'''VbUnit 3''' = automated regression TestingFramework for VbClassic, written by BodoMaass. See http://www.vbunit.org for the most up-to-date information, and downloads. : ''"VbUnit 3 is a very useful professionally produced tool that no serious VB developer should be without. The 'Basic' version is free and quite useful. It can help get you started on the path to good UnitTest''''''ing, and can provide concrete evidence to project management that this testing tool is far more valuable than its purchase price." -- JeffGrigg'' ----- '''"vbUnit3 Basic"''' is "fully open source and completely free of charge." Download -- http://www.vbunit.org/doc/Download.htm '''"vbUnit3 Professional"''' adds VisualBasic IDE integration and "batch testing." It has an evaluation period. See http://www.vbunit.org and click on "Order" for pricing information. ''(Was VbUnitThreeHasaSmallLicensingFee.)'' ----- ----- One might ask ''"WhoIsUsingVbUnit?"'' See EnhancingVbUnit, EnhancingVbUnitForEventProcessing and VbUnitWishList for discussion of changes suggested and/or done to VbUnit. See TipsOnUsingVbUnit for suggestions on effective usage patterns. Changes needed to migrate code from VbUnitTwo to VbUnitThree described in MigratingFromVbUnitTwoToVbUnitThree. ----- vbUnit3.06.02 (November 12, 2001) is now up. It can be downloaded at http://www.vbunit.org. ------ AnswerMe: How do I compare multiple values in the same function using m_assert.StringsEquals function? ---- Description -- http://www.vbunit.org/doc/Description.htm ----------------- ----------------------------------------- Walkthrough -- http://www.vbunit.org/doc/FirstSteps.htm Writing Tests -- http://www.vbunit.org/doc/QuickRef.htm Advanced Tests -- http://www.vbunit.org/doc/Advanced.htm Add-In Interface -- http://www.vbunit.org/doc/Interface.htm Options Dialog -- http://www.vbunit.org/doc/Options.htm Running Tests -- http://www.vbunit.org/doc/TestRunner.htm Exporting Results -- http://www.vbunit.org/doc/Export.htm +Tutorial -- http://www.vbunit.org/doc/step1.htm Download -- http://www.vbunit.org/doc/Download.htm ---- CategoryVisualBasic CategoryTesting