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.
The good thing is that Qt already has Qt Test, a collection of classes for unit testing Qt applications and libraries. And you may already had some fear about using it since it's learning a new thing while you're busy and in a hurry developing you're super-duper application.
If that's the case for you, perhaps this presentation will help you have a better picture about Qt Test and start walking your first steps regarding creating unit tests for your Qt applications. You won't regret!

No comments:

Post a Comment