Mythbusters: Unit-testing

While I believe most or many developers have heard of JUnit/NUnit/<your testing framework here>, fewer know how to write a test and running it using such a framework. And from those, even fewer have a good understanding of how to make unit testing a part of the development workflow.

I’ve known about unit testing and unit test frameworks for maybe 7-8 years. I first tried using it in a small project 5-6 years ago, but it is only in the last few years that I’ve learned how to do it right. (ie. found a way that works for me and my team…)

For me some of the things learned were: read more»

Shortcuts for unittesting

When you’re doing unittesting in a project, there are two more shortcuts that would be nice to have.

These days, I’m running tests more often than I’m running the app, so why stop at having only the F5 so available for running the app in the debugger? read more»