The Qt Test module helps us to easily create a test application. In this chapter, you learned to organize your project with a standalone test application. You are able to compare and verify a specific value in your simple tests. For your complex tests, you could use the datasets. You implemented a simple benchmark, recording the time or the CPU ticks required to execute a function. You have simulated GUI events and spied on Qt signals to ensure that your application works well.
Your application is created and your unit tests indicate a PASS status. In the next chapter, you will learn how to deploy your application.