简体   繁体   中英

Questions Regarding NUNIT Testing Tool

I'm totally new to NUnit and have questions such as:

  • What kind of testing does NUnit do?
  • What problem does the tool solve?
  • What are its star features?
  • If I were to resort to another tool that's similar to NUnit: what should I use?

See https://github.com/nunit/docs/wiki for more information on nUnit. It is a unit testing framework what it tests is up to the test that you write. I personally prefer xUnit.. but they both do the job.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM