This blog post was inspired by a question from one of our clients. When developing software, database interactions are often…
Read moreExplaining the New HandleExceptionInTest Flag in Isolator++ 4.3
In C++, exception handling can be tricky, especially when using Typemock Isolator++. By default, Isolator++ catches exceptions in the code…
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 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 moreTDD: Purposes and Practices
Test-Driven Development (TDD) is frequently misunderstood in ways that cause needless struggle, delay, and upset. Misunderstanding and misrepresentation have been painful…
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 moreThe Technical C++ Artist Who Enjoys Freedom Through Programming
Meet fellow C++ developer Krzysztof Sommerfeld from Poland who considers our professionan a technical art form.
Read moreThe Mentor Who Uses Heavyweight Isolation Judiciously
Meet Erik Dietrich in this interview. You may know him from our blog post but he is also a software consultant and a mentor for many coders. Read on.
Read moreUnit Testing With C++: The How and the Why
Why isn’t unit testing with C++ as common as it is with Java, C#, and Python? I don’t know. I…
Read more