Introduction Are you tired of struggling with complex dependencies and brittle code in your .NET projects? Typemock Isolator is the…
Read moreEnhancing C++ Testing with Typemock Isolator++: No Copy Constructor Required
In C++, returning objects by value typically means creating a new instance of an object on the stack. This requires…
Read more5 Secrets of Test Maintainability: Building a Robust and Future-Proof Test Suite
Introduction: Test maintainability is a crucial aspect of successful agile software developement. In this blog post, we unveil the five…
Read moreAi assisting code
The End And The Beginning According to a team of researchers at the US Department of Energy’s Oak Ridge National…
Read moreUnit testing has yet to conquer the world. Here is why.
When I first learned about the idea of unit testing, I was utterly astounded by the possibilities this type of…
Read moreTypemock Isolator dotnet core support
Since version 9 Typemock Isolator fully supports dotnet core. A little background on .Net Core (dotnet core) and .Net Framework….
Read moreHow to Get the Most of Your Coverage Report
Code coverage is a great metric that measures the degree of which the source code of the program has been…
Read moreDevelopment World at 2020
2020 is going to be a new era in the development world. A lot of methods, like agile and DevOps,…
Read moreGetting Away With Testing Legacy Code
I’m a big proponent of test-driven development: write tests first, production code next, and refactor it, but I also love…
Read moreTrick (Catastrophe) or Treat?
It started out as just another regular day, or so the development team thought… Each developer deployed their code to…
Read more