NCrunch Blog
Product releases, engineering notes, and automated testing in .NET.
VS2019 Support Fully Implemented
NCrunch v3.24: VS2019 Support and UI Improvements
Can We Give the Unit Testing is Dead Hot-Takes a Rest, Already?
Unit testing is dead? No, it's not. Unit testing is perfectly fine, and if you're not writing them now, you need to get on board. Here's why.
Unit Testing Best Practices: 7 Ways to Improve Your Tests
Unit tests can become a mess just like production code can. Here are some unit testing best practices to help you improve.
How to Unit Test Multithreaded C#
Threads help us get more done concurrently but they're not always simple to test. Let's consider how to unit test multithreaded C# code.
How Do You Debug a Unit Test in Visual Studio?
Unit tests reduce the need to debug your code. But what tests the unit tests? When there are bugs in your tests you need to debug them, here's how to start.
Arrange, Act, Assert: What is AAA Testing?
What is AAA testing? It's writing your tests in arrange, act, assert format. A way to make your tests easier to read, understand, and maintain.
Concurrent Testing: Your Unit Tests Will Never Be the Same
In this article we'll examine the development of concurrent testing and how the nature and quality of tests has improved as a result.
8 Things Making Your Unit Tests a Mess
Today we'll talk about eight common things that can make our unit tests a mess. We'll also discuss what we can do to get our unit testing house in order.