Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Computer Vision with OpenCV 3 and Qt5

You're reading from  Computer Vision with OpenCV 3 and Qt5

Product type Book
Published in Jan 2018
Publisher Packt
ISBN-13 9781788472395
Pages 486 pages
Edition 1st Edition
Languages
Author (1):
Amin Ahmadi Tazehkandi Amin Ahmadi Tazehkandi
Profile icon Amin Ahmadi Tazehkandi

Table of Contents (19) Chapters

Title Page
Dedication
Packt Upsell
Foreword
Contributors
Preface
Introduction to OpenCV and Qt Creating Our First Qt and OpenCV Project Creating a Comprehensive Qt+OpenCV Project Mat and QImage The Graphics View Framework Image Processing in OpenCV Features and Descriptors Multithreading Video Analysis Debugging and Testing Linking and Deployment Qt Quick Applications Other Books You May Enjoy

Qt Test Framework


and testing while developing your applications is completely unavoidable, but the one thing that many developers tend to miss is to take care of unit testing, which is even more important, especially in big projects and applications that are hard to fully test manually, every time they are built or a bug is fixed somewhere in their code. Unit testing refers to a method of testing parts and pieces (units) in an application to make sure they are working as intended. It's also worth noting that Test Automation, which is one of the hot topics of software development nowadays, is the process of automating unit tests using third-party software or programming.

In this section, we will learn about using the Qt Test Framework, or Qt Test Namespace, to be precise (along with a few additional test-related classes), that can be used to develop unit tests for applications built with Qt. As opposed to third-party testing frameworks, the Qt Test Framework is an in-house (based on Qt Framework...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}