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...
Squish allows creating functional tests for user interfaces in a behavior-driven (BDD) style. Instead of expressing how a user interacts...
Object synchronization functions such as waitForObject or waitForObjectItem may return various error messages. Fully understanding these messages is important to...
Squish is shipped with different scripting languages allowing to start recording or writing tests cases in any of them without...
The Remote System API can be used to start applications on a remote system. As you can see in the...
Squish test execution involves multiple processes which may even run on different machines. Ensuring that all parts are up and...
With Squish 6.3 we added two new file comparison functions. The objective is to make it easier to verify not...
A common task in GUI tests is to automate entering some data into forms. To properly test and verify such...