This chapter is the final chapter of this book, and, for a change, its tone is somewhat lighter. As our application is hopefully performing blazingly fast now, we will try to test it and then to deploy it when all the tests are passing. At that point, we will end this book, because maintaining and refactoring the application is a theme for a different book.
In this chapter, we will discuss following topics:
- The testing of Qt code—or how to test GUI applications.
- The deployment of Qt applications—as we want to distribute our application.
- Summary—as we have to say goodbye.