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?
I'm totally new to NUnit and have questions such as:
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.