This blog post is a reply to doubt under Reddit’s publication of the previous blog post, which is an introduction to the Stryker Mutator. The…
Imagine you’re starting to develop a new feature… and this time you decide to do it right. So, you started with Test-Driven development, because it’s…
Some time ago in the reporting project that my team and I are creating, we decided to introduce unit tests on different layers. This happened…
Recently I’ve introduced integration tests in of .NET Core projects. It’s pretty simple as there’ great support from Microsoft.AspNetCore.Mvc.Testing and Microsoft.AspNetCore.TestHost nuget packages. I’ve used…
In our industry its often the case that two people are used loosely, incorectly. So let’s start with definition given by Martin Fowler. Definitions Refactoring…