Software testing is one of the most crucial tools in your developer's toolkit, but not many people use it. Anyone who claims to be a good programmer is, at the very least, fluent in unit testing....
Category: Unit Testing
Arrange Act Assert: The Best Structure for Highly Successful Unit Tests in C#
If you are just starting with unit testing, it can be confusing to know how to structure your unit test method. Luckily, there is a simple structure you can use to organize your unit tests. The...
Have you ever written a unit test with many asserts in it? I know I have. I’ve done it because I wanted to make sure that the code I was testing was doing the right thing. If you’ve done...
7 Phenomenal Books on Unit Testing in C# – Learn From Testing Experts
Testing can seem daunting, but it doesn’t have to be. Unit testing provides a simple way of testing the behavior of a single unit of software. It is a very useful practice, so programmers...
Unit Testing in C# With Moq – Wake up the Testing Genius Inside You
Unit testing is a powerful way to ensure that your code works as intended. It’s a great way to combat the common “works on my machine” problem. Using Moq, you can mock out dependencies and...
I don't play the lottery. I don't care what my horoscope says.I think most things about the world could be improved if people thought more about what they're doing.When someone gets upset with their...