This blog post was inspired by a question from one of our clients. When developing software, database interactions are often…
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 moreSimplifying Complex Code with Typemock Isolator
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 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 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 moreConvincing Management of the Value of Unit Testing
Here’s a scenario I’ve seen play out over and over again in development shops. It has to do with different…
Read moreWhy Unit Testing Sounds Great in Theory, But Fails in Practice? Learn How to Turn This Around!
Does this sound familiar: – Read books or seen tutorials about unit testing and the idea looked simple enough? –…
Read more5 Resources to Train Your Team about Unit Testing
Want to learn more about unit testing or train your team so that they can be better unit testers? Here…
Read moreBug-ger Off! Cost of Debugging: $312 Billion
This is old news! Numerous articles have been written and countless research papers have studied the impact of software bugs…
Read more