Surely you have seen (screenshots of) huge Excel spreadsheets before. If not, just imagine a wall of numbers. Now imagine...
Motivation The set of tests being run on an application tends to grow as more features are added, or more...
Introduction When debugging a Test Script, one can use Python’s built-in reload() from the Squish Script Console to get recent...
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...
Creating and maintaining Squish tests requires a fair bit of editing the test scripts. It can become very tedious to...
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...
The Automated GUI Testing Tool Squish makes it possible to verify entire tables using a table verification point, but there...