This blog post was inspired by a question from one of our clients. When developing software, database interactions are often…
Read moreHow to Use AI Tools Like ChatGPT, Claude AI, Llama, and Perplexity for Coding Effectively
AI tools such as ChatGPT, Claude AI, Llama, and Perplexity are transforming software development. These tools help developers generate code,…
Read moreFaking Future Instances with Typemock: Simplifying .NET Mocking for Robust Unit Tests
In unit testing, developers often encounter scenarios where the code under test instantiates objects internally, making it challenging to inject…
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 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 more3 Tips on Upgrading Your Visual Studio Extension 2022
Struggling to upgrade your Visual Studio extension? New errors are appearing all the time? Getting frustrated? Don’t worry about it!…
Read moreC++ Unit Testing Best Practice
Writing unit tests has a purpose, and the purpose is NOT only to make the building Green. If you want…
Read moreThe Business Case for Unit Testing – Part 2
In the previous part, we learned valuable lessons on how often to push code into production and studied how Facebook…
Read more