Skip to content

NUnit Testing in Vb.Net

I spent my evening Vb.Net“>creating NUnit tests for Firefly.

Overall, I’m a big fan of NUnit.

So what is NUnit? It’s a .Net friendly framework for running unit tests – a way to automate some quality assurance steps.

A screenshot of NUnit testing Firefly

I’m looking forward to having a strong set of NUnit tests to let me do some code refactoring of Firefly, confident that NUnit will let me know if I break anything in the process.

Now that I have your interest, read Vb.Net“>this article and this one to get started with your own NUnit tests.