Since version 9 Typemock Isolator fully supports dotnet core. A little background on .Net Core (dotnet core) and .Net Framework….
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 more
How 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 more
Why Your Team Needs to Start Unit Testing Right Now
You have a well- established, stable development team. They are veterans and quite experienced. You feel there’s nothing they can’t…
Read more
C++ 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 more
Why Should You Give Unit Testing a Second Chance?
We, developers, work hard. Software developing is not always intuitive or fun. It can drain our energy from thinking hard…
Read more
Tools C# Developers are Thankful For
Writing code isn’t what it used to be. As technology advance, it becomes more complex. Not only that, the pressure…
Read more
Getting 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 more
Trick (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
C++ 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 more