Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Nunit Testing...??

Nunit Testing...??

Scheduled Pinned Locked Moved C#
testingbeta-testingquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Software_Specialist
    wrote on last edited by
    #1

    Hiya all, Is it good practice to use NUnit Testing..?? What are the advantage n disadvantage of using Nunit testing.. Well i dont think its good if the application is not that big. Anyway i would like to know the experienced developers comment on this.... Thanks

    P 1 Reply Last reply
    0
    • S Software_Specialist

      Hiya all, Is it good practice to use NUnit Testing..?? What are the advantage n disadvantage of using Nunit testing.. Well i dont think its good if the application is not that big. Anyway i would like to know the experienced developers comment on this.... Thanks

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      It's unit testing with NUnit and not NUnit testing.:-D (A subtle, but important distinction because there are other unit testing frameworks). This is a large topic, and I will attempt to give you a succinct answer which explains why I use it on all projects. NUnit (and other frameworks) allow you to write repeatable tests. If you change your code, simply rerun the tests and check that you get the correct values. This all depends, of course, on your unit tests actually testing your code effectively. Now, this is all well and good, but where NUnit (and the other frameworks) comes into its own is with Test Driven Development (TDD). This approach means that you write unit tests before you actually write the code. You then build up your code and unit tests little bit by little bit until you can prove that the code works properly.

      Please visit http://www.readytogiveup.com/ and do something special today. Deja View - the feeling that you've seen this post before.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups