Testing your .NET applications
Posted in .NET, Computers, Programming on August 25th, 2005 No Comments »
You will need…
NUnit
This lets you write test scripts / methods etc for your code. There is a tutorial on how to use it (word doc) on their website, and if you’d like to go a step further and use NCover with it, check out my previous blog article. (NCover will monitor your testing and tell [...]
