Squish: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
= Squish = | = Squish = | ||
Squish is a tool developed by | Squish is a tool developed by "Froglogic":http://www.froglogic.com/ used for automatic testing of Qt applications. | ||
== Guidelines == | == Guidelines == | ||
Line 35: | Line 35: | ||
== Training == | == Training == | ||
Need help or | Need help or "training":http://www.kdab.com/index.php?option=com_content&view=article&id=119:testing-qt-applications-with-froglogics-squish&catid=49:course-content&Itemid=119 with Squish: feel free to contact "KDAB":mailto:info@kdab.com. | ||
== Similar tools == | == Similar tools == |
Revision as of 09:29, 25 February 2015
Squish
Squish is a tool developed by "Froglogic":http://www.froglogic.com/ used for automatic testing of Qt applications.
Guidelines
Tips and Tricks
- Verifying the value of a QLabel
- Verifying the existence of a menu item
- Finding list items that ends in a given string
- Robust selection of items in a tree or list view with variable text
- Iterating through a table
- Custom settings for test runs
- Waiting for input from the test operator
- Hooking into slow-launching subprocesses on Windows
- Waiting for a progress bar or progress dialog
- Navigating a QDateEdit
- Using Squish and custom properties
- Generating test data
- Calculating checksums
- Clicking link in label
- Interacting with menus and menu items
- Remember to use native type for hard to predict objects
- Use a decorator to profile tests
Training
Need help or "training":http://www.kdab.com/index.php?option=com_content&view=article&id=119:testing-qt-applications-with-froglogics-squish&catid=49:course-content&Itemid=119 with Squish: feel free to contact "KDAB":mailto:info@kdab.com.