In the following, you will find the last set of questions to test your understanding of the topics discussed in this chapter:
- Why would you like to test a Qt application?
- How would you implement a performance regression test measuring the FPS rate of a QML application?
- Do you have any ideas about deploying a Qt application to embedded Linux? Take some hints from the previous chapter.
- You are running automated GUI tests—what problems could arise? What could be done to prevent them?
- What does TDD mean?
- How does Squish identify GUI elements? Can you figure it out?
- Which deployment type is better—a static or a dynamic build?
- Is performance optimization in Qt black magic? Be honest!