Using Squish to automate Qt Installer Framework UI Tests
Introduction Installers built with the Qt Installer Framework link with Qt..
Read Article
Live update of Python code during debugging using importlib.reload()
Introduction When debugging a test script, one can use importlib.reload()..
Read Article
Automating Java Web Start applications
The Squish for Java edition not only supports testing Java Swing/AWT,..
Read Article
Convert Text-Based Object Maps to Script-Based Object Maps
With Squish 6.4 we introduced script-based object maps, which provide a..
Read Article
Broadcasting test steps to multiple target systems
Creating tests for projects which target several different platforms at..
Read Article
Difference between "Object not found" and "Object not ready" errors
Object synchronization functions such as waitForObject or..
Read Article
Squish & Python
Squish is shipped with different scripting languages allowing to start..
Read Article
What exactly is cyclomatic complexity?
The cyclomatic complexity is a measurement of the code complexity proposed..
Read Article
How to automate GUI tests for macOS '.dmg' installer images
If you have used Squish before, you probably already test your application..
Read Article
Use of script language closures
All supported script languages in the automated GUI Testing Tool Squish..
Read Article
Restarting an Attachable AUT after a failure
With Squish, attaching to the already running application might be..
Read Article
Squish Tip: Good use of the waitFor() function
The Squish script API features a useful function called waitFor; what's..
Read Article