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 [...]

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?