Showing posts with label Unit testing. Show all posts
Showing posts with label Unit testing. Show all posts

Friday, July 13, 2018

Qt Test or not Qt Test

Are you convinced that unit tests are a great tool for great software development? I really am. Having a (good) set of unit tests allow you to be sure that changes to existing code (i.e. refactoring) may not break it, and if you are lean to Test Driven Development (TDD) they allows you to think about the "contract" or responsibilities of a class before actual implementation.

Monday, November 14, 2016

Qt Creator Google Test plugin

Are you already taking advantage of Google Test, Google's C++ test framework while developing applications with Qt?  Right. Aren't you? Well, you should. The good news is this plugin simplifies the integration within Qt Creator IDE.