Hi I'm not sure what's the appropriate group to post this question so here
we go. We are looking for a dotNET based test framework like STAF (Java
based). We prefer non-commercial open source based. I appreciate any help on
this.
Jeff Winn - 17 May 2008 02:25 GMT
Use NUnit, it's been around for a very long time. Not to mention if you use
any build automation software (like CruiseControl for example) you might
find support for their unit testing framework.
http://www.nunit.org/index.php
> Hi I'm not sure what's the appropriate group to post this question so here
> we go. We are looking for a dotNET based test framework like STAF (Java
> based). We prefer non-commercial open source based. I appreciate any help
> on this.
Arne Vajhøj - 17 May 2008 03:39 GMT
> Hi I'm not sure what's the appropriate group to post this question so here
> we go. We are looking for a dotNET based test framework like STAF (Java
> based). We prefer non-commercial open source based. I appreciate any help on
> this.
I don't know STAF.
But try look at NUnit and CruiseControl.NET and see if they can
meet your requirements.
Arne