Tag Archives: googletest msvc TDD C++

Setting up googletest with Visual C++ 2010 Express Edition

Director at Feabhas Limited
Co-Founder and Director of Feabhas since 1995.
Niall has been designing and programming embedded systems for over 30 years. He has worked in different sectors, including aerospace, telecomms, government and banking.
His current interest lie in IoT Security and Agile for Embedded Systems.
Niall Cooling

So on an Embedded, Real-Time blog why am I taking about Visual C++ and googletest?

With the growth and acceptance of agile techniques, such as Test Driven Design (TDD), which is very well explained in James Grenning’s book Test Driven Development for Embedded C, we now have a set of tools and techniques that are:

Natural to use (as they use the native language)
Easy to use (to varying degrees)
Free

that allow the quality of embedded software to be significantly improved prior to target […]

Posted in C/C++ Programming, Testing | Tagged | 4 Comments