This is the repo for the Squish Test-Synchronization course on Qt Academy.
The files provided are the test suites and the demo apps used with the tests. They provide a reference for the workflows covered in the course section.
To get started with this project, you will need to have Squish for Qt installed from the qt.io website. We Recommend using the Squish IDE in order to follow along with the content in the videos.
App_test_synchronization_sections_2_to_6: Qt application used as the AUT for sections 2 through 6. The application loads a popup by clicking a button. The popup takes about 0.5 seconds to load which is used to demonstrate test synchronization. Requieres Qt 6.5, tested with with Qt 6.5.2 MinGw 64-bit
App_test_synchronization_section7: Qt application used as the AUT for section 7. The application has a few basic components and opens a dialog with a button. Used to demonstrate how to react to events and signals coming from the AUT. Requieres Qt 6.5, tested with with Qt 6.5.2 MinGw 64-bit
suite_test_synchronization_section2: Example to demonstrate how to use set time based synchronization points. Tested with "Squish for Qt 7.2.0" package that supports Qt 6.5 applications built with MinGW 64-bit.
suite_test_synchronization_section3: Examples to demonstrate how to use object based synchronization point and implement a callback functions for waitForObject(). Tested with "Squish for Qt 7.2.0" package that supports Qt 6.5 applications built with MinGW 64-bit.
suite_test_synchronization_section4: Example to demonstrate how to to set image based synchronization points. Tested with "Squish for Qt 7.2.0" package that supports Qt 6.5 applications built with MinGW 64-bit.
suite_test_synchronization_section5: Example to demonstrate how to to set text based synchronization points. Tested with "Squish for Qt 7.2.0" package that supports Qt 6.5 applications built with MinGW 64-bit.
suite_test_synchronization_section6: Example to demonstrate how to set condition based synchronization points. Tested with "Squish for Qt 7.2.0" package that supports Qt 6.5 applications built with MinGW 64-bit.
suite_test_synchronization_section7: Examples to demonstrate how to create and install both signal and event handlers. Tested with "Squish for Qt 7.2.0" package that supports Qt 6.5 applications built with MinGW 64-bit.
If you need additional help, the following resources may be helpful:
- Qt Documentation: https://doc.qt.io
- Qt Forum: https://forum.qt.io
- Qt Academy: https://qt.io/academy
Copyright (C) 2026 Qt Group.
SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
This code repository contains code samples and other materials designed to help you learn and practice Squish GUI testing. The materials provided are intended for educational purposes to help test the skills you've gained from completing the Test-Synchronization course.
If you, your employer, or the legal entity you act on behalf of hold commercial license(s) with a Qt Group entity, this software package constitutes Pre-Release Code under the Qt License/Frame Agreement governing those licenses, and that agreement's terms and conditions govern your access and use of this software package.
This software package may provide links or access to third party libraries or code (collectively "Third-Party Software") to implement various functions. Use or distribution of Third-Party Software is discretionary and in all respects subject to applicable license terms of applicable third-party right holders.