Skip to main content
What exactly is cyclomatic complexity?

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

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

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

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

Squish Tip: Good use of the waitFor() function

The Squish script API features a useful function called waitFor; what's..

Read Article
Connect an Oracle database via ODBC to Squish using JavaScript

Connect an Oracle database via ODBC to Squish using JavaScript

Squish is able to connect to different databases and excecute all known..

Read Article
A Demo Mode or Using Highlighting for more

A Demo Mode or Using Highlighting for more "Visual" Test Script Execution

Since version 6.3 Squish offers highlightObject(), which highlights the..

Read Article
Debug Qt application while running Squish GUI tests

Debug Qt application while running Squish GUI tests

Some issues with Application Under Tests (AUT) appear only when a test is..

Read Article
Tip: Setting up Squish to attach to running applications in a distributed environment

Tip: Setting up Squish to attach to running applications in a distributed environment

There may be occasions when you want to keep your application running..

Read Article
Synchronized batch execution of Squish

Synchronized batch execution of Squish

Squish test execution involves multiple processes which may even run on..

Read Article
Using command line tools for image comparisons

Using command line tools for image comparisons

Introduction Squish supports several image comparison methods: pixel..

Read Article
Parallel execution in Squish

Parallel execution in Squish

With the help of virtual machines one can perform parallel executions in..

Read Article