Results 1 to 2 of 2

Thread: why NUnit?

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2016
    Posts
    5

    why NUnit?

    why do i need to use NUnit to test my C# .net? what is my assurance on it?

  2. #2
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538

    Re: why NUnit?

    You don't need that specifically - you can use any off-the-shelf unit testing framework or even create your own. NUnit is just one of the most widely used & better known targeted at .net development in general. Generally more widely adopted = quicker support in online forums + further development & bugfixes.

    What you decide to use is really only secondary, the fact that you do testing somehow, anyhow should be the primary factor (for most projects)

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width