Category Archive: C++

Dec
26

How-To: Returning a Class By Value with Isolator++

Isolator++ has two ways to return stuff for a method. It has the ReturnVal to return values, and ReturnPtr to return pointers to objects. What about returning a class by value? Though there’s no API (currently), it’s very easy to do. You use the almighty 10lbs hammer known as DoInstead. Let’s say you have this …

Continue reading »

Permanent link to this article: http://www.typemock.com/blog/2011/12/26/how-to-returning-a-class-by-value-with-isolator/

Dec
23

Happy Holidays from Typemock

Typemock would like to wish everyone Happy Holidays free of bug free code! During this long holiday weekend or if you’re off work all next week, why not spend some time improving your skills? Perhaps some pair programming with your family or friends? Here are some ideas: Download Isolator.NET or Isolator++ (for Windows or Linux) …

Continue reading »

Permanent link to this article: http://www.typemock.com/blog/2011/12/23/happy-holidays-from-typemock/

Dec
05

The Essential Setup To Begin Unit Testing

A new year is upon us, and I bet your new year’s resolution is to start unit testing. What instruments do you need in your belt? A testing framework (gasp!). I know, shocking, but you need one, and there’s so many out there, you don’t need to build your own. Test frameworks allow you to …

Continue reading »

Permanent link to this article: http://www.typemock.com/blog/2011/12/05/the-essential-setup-to-begin-unit-testing/

Sep
30

Top 5 Unit Testing Problems in C++ Legacy Code and How to Solve Them

Like unit testing but sometimes it gives you problems? Well, even we admit that sometimes it can be difficult. Gil Zilberfeld recently identified many problems when testing C++ legacy code and how to solve them. Watch his webinar:   Legacy code is a real problem with C++ applications. With so many developers working on the …

Continue reading »

Permanent link to this article: http://www.typemock.com/blog/2011/09/30/top-5-unit-testing-problems-in-c-legacy-code-and-how-to-solve-them/

Sep
12

Webinar– Top 5 Unit Testing Problems in C++ Legacy Code and How to Solve Them

Legacy code is a real problem with C++ applications. With so many developers working on the same codebase over time – decades even — your code gets complicated and full of dependencies. Unit testing is often the best solution to ensure that your legacy code does what it’s supposed to do. But sometimes unit testing …

Continue reading »

Permanent link to this article: http://www.typemock.com/blog/2011/09/12/webinar%e2%80%93-top-5-unit-testing-problems-in-c-legacy-code-and-how-to-solve-them/

Aug
18

Typemock is spilling the agile development secrets

Agile seems to be getting a lot of buzz lately. From the 10th anniversary of the Agile manifesto to the Agile conference just held in Salt Lake City, Utah and the exploding growth of Agile, we can’t stop hearing about it. But how do we start doing Agile? For the past several years, Typemock has …

Continue reading »

Permanent link to this article: http://www.typemock.com/blog/2011/08/18/typemock-is-spilling-the-agile-development-secrets/

Aug
10

What is the difference between unit tests and integration tests?

This is secret unit testing tip #4. Want more? Register to the webinar. Many people who start out writing tests get hung out the semantic difference. What is a unit? When does a unit test cross the border to integration land? Is it a narrow border or a wide plateau between them? For me, it’s …

Continue reading »

Permanent link to this article: http://www.typemock.com/blog/2011/08/10/what-is-the-difference-between-unit-tests-and-integration-tests/

Jul
20

Tuesday: Learn Tips for Easy Unit Testing

Due to overwhelming popularity, Igal is back with an encore webinar on Tips for Unit Testing. In this webinar, Igal will discuss tips for unit testing and why unit test as well as showcase several use cases in which Typemock Isolator can help you test difficult code and help your business. The webinar will be …

Continue reading »

Permanent link to this article: http://www.typemock.com/blog/2011/07/20/tuesday-learn-tips-for-easy-unit-testing-2/

Jul
17

5 Great Linux Software Development Tools

Now that Typemock has released a new Linux software development tool for unit testing in Linux (you’re joining our Webinar on Tuesday, right?), I want to know what are your top 5 Linux software development tools. Here are some of ours. Leave your suggestions in the comments. 5. Eclipse One of the most popular Integrated …

Continue reading »

Permanent link to this article: http://www.typemock.com/blog/2011/07/17/5-great-linux-software-development-tools-2/

Jul
13

Get a FREE license of Isolator++ for C/C++ Unit Testing on Linux

Register Here: https://www2.gotomeeting.com/register/687589306Every attendee gets a free license of Isolator++ for Linux.Unit testing in C/C++ has proven value in finding as much as 90% of defects. But it is very hard. Using a test runner is just not enough.In Unit testing C/C++ code we want to test a single feature, but then we hit a …

Continue reading »

Permanent link to this article: http://www.typemock.com/blog/2011/07/13/get-a-free-license-of-isolator-for-cc-unit-testing-on-linux-2/

Older posts «