Re: [Comunit-users] VB .NET
Brought to you by:
exortech,
kimgrasman
|
From: David F. <cat...@ya...> - 2006-03-08 12:03:57
|
> Will tests written using COMUnit for VB 6.0 run on > VB .NET once the VB 6.0 > code is transitioned to VB .NET. Or should one wait > to transition to VB > .NET and then use NUnit instead? > 1. VB 6 and VB.Net are different. Your Comunit test code will have to be ported to NUnit. As both Comunit and NUnit are similar, the conversion should be straightforward. I would not wait to transition to VB.Net. The COMUnit tests are still useful. They allow you to verify the behavior of your legacy VB 6.0 code and provide concreate requirements for your VB.Net conversion. In addition to Unit tests, I would also suggest you look at a functional test framework, such as "FIT". You can find out more about it at: http://fit.c2.com/ Hope this is helpful David Finley |