Introduction With the release of the Script-based Object Map, we also added some syntax highlighting options to the Squish IDE....
Motivation The set of tests being run on an application tends to grow as more features are added, or more...
With Squish 6.4 we introduced script-based object maps, which provide a more powerful way to manage object names. Script-based object...
Object synchronization functions such as waitForObject or waitForObjectItem may return various error messages. Fully understanding these messages is important to...
Data Driven Testing (DDT) is a method to structure tests. It is recommended for a huge set of data which...
Squish is shipped with different scripting languages allowing to start recording or writing tests cases in any of them without...
Neha wrote a blog article about Iterating over Tables in a Qt GUI Test a couple of weeks ago. I want to...
The Remote System API can be used to start applications on a remote system. As you can see in the...
All supported script languages in the automated GUI Testing Tool Squish support closures. In this blog I’ll write up a simple example how...
Squish is able to connect to different databases and excecute all known SQL statements. Most of the databases need to...