Are you looking for a way to increase your code quality? TDD is a practice that helps developers write better code. It requires writing tests before developing the actual functional code and then...
Posts by Kristijan Kralj
Unit testing has been around for as long as there's been programming. However, the method has evolved over the years into something people call TDD or test driven development. TDD is all about...
If you are interested in software development, you will know the importance of unit testing. Unit testing is a way to test small bits of pieces of code rather than whole applications. Unit testing...
Just like with any other piece of software, your .NET applications are prone to bugs. Any company that builds .NET applications wants to have as few bugs as possible. After all, how else could you...
So, you want to unit test? Okay, let's get one thing straight: unit testing is not for everyone. It's a bold way of writing code. You might not get that instant gratification that you get from...
Do you have a lot of code, but you're not sure how much of it is covered by unit tests? You probably care about developing high-quality code. But chances are you don't have the budget for a large...