This blog post was inspired by a question from one of our clients. When developing software, database interactions are often…
Read moreUnlocking Testing Superpowers with Isolator++: Handling Return by Value for Classes Without Copy Constructors
In modern C++, dealing with return by value can be challenging, particularly when working with classes that lack a copy…
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 and Mocking Made Simple: A Look at Unit Testing Company’s New Movies
At Typemock, we’re proud to announce the release of two new movies that are sure to educate and inspire developers…
Read moreTypemock Isolator 9.1 Released!
We are delighted to announce that Typemock Isolator version 9.1 has been released. In addition to supporting Dotnet core, Typemock continues…
Read moreC++ Mocking Tips and Tricks for Easier Unit Testing – Part Two
In the first part, we showed you seven examples (out of thirteen) that can make your unit testing painless. Such as…
Read moreWhat Is Mocking? Part 2
Mocking is a valuable testing tool that helps with test isolation. It’s often the best option when testing objects. Learn the essence here.
Read moreAbout Unit Test Envies and What Classes to Watch out for
In the second part of this deadly journey, we discover more sins to refrain from and learn what inappropriate intimacy code smells like. Read on.
Read moreIsolator++ Now Supports x64 bit!
Isolator++ gets a lot of attention these days, especially since we’ve added x64 bit support. One of the feature requests we got…
Read more