test framework

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Pesso

    test framework

    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

    #2
    Re: test framework

    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.

    NUnit is the most popular unit test framework for .NET.


    "Pesso" <pesso@no.where wrote in message
    news:476dnYKYkO tRrLPVnZ2dnUVZ_ hSdnZ2d@comcast .com...
    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.
    >
    >
    >
    >
    >
    >

    Comment

    • =?ISO-8859-1?Q?Arne_Vajh=F8j?=

      #3
      Re: test framework

      Pesso wrote:
      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.N ET and see if they can
      meet your requirements.

      Arne

      Comment

      Working...