This is the repo for the Squish Behavior-Driven-Development 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.
suite_bdd_section2: Example to demonstrate how create a BDD test. Tested with "Squish for Qt 7.2.0" package that supports Qt 6.5 applications built with MinGW 64-bit.
suite_bdd_section3: Example to demonstrate how to use parameters in step() functions. Tested with "Squish for Qt 7.2.0" package that supports Qt 6.5 applications built with MinGW 64-bit.
suite_bdd_section4: Example to demonstrate how to work with data tables in step() functions. Tested with "Squish for Qt 7.2.0" package that supports Qt 6.5 applications built with MinGW 64-bit.
suite_bdd_section5: Example to demonstrate how to share data between steps. Tested with "Squish for Qt 7.2.0" package that supports Qt 6.5 applications built with MinGW 64-bit.
suite_bdd_section6: Example of outline usage. Tested with "Squish for Qt 7.2.0" package that supports Qt 6.5 applications built with MinGW 64-bit.
suite_bdd_section7: Example to undestand how BDD tests are set up and executed in Squish. Tested with "Squish for Qt 7.2.0" package that supports Qt 6.5 applications built with MinGW 64-bit.
suite_bdd_section8: Example to show execution and debugging of BDD test with the Squish IDE. 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