Skip to main content
Finding Table Cells by Header Text

Finding Table Cells by Header Text

Surely you have seen (screenshots of) huge Excel spreadsheets before. If..

Read Article
Measure code coverage on ARM Cortex-M microcontrollers

Measure code coverage on ARM Cortex-M microcontrollers

Introduction The ARM Cortex-M family is becoming a more popular..

Read Article
Code Coverage with QTest

Code Coverage with QTest

Today’s tip will show how to measure code coverage for unit tests written..

Read Article
View Squish Test results of merge requests in GitLab

View Squish Test results of merge requests in GitLab

Introduction It's very important to make automated GUI tests a part of a..

Read Article
Find unused functions in C/C++ code with coverage analysis

Find unused functions in C/C++ code with coverage analysis

Unused functions impact maintenance Unused functions in a software project..

Read Article
Using Squish to automate Qt Installer Framework UI Tests

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()

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

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

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

Broadcasting test steps to multiple target systems

Creating tests for projects which target several different platforms at..

Read Article
Difference between

Difference between "Object not found" and "Object not ready" errors

Object synchronization functions such as waitForObject or..

Read Article
Squish & Python

Squish & Python

Squish is shipped with different scripting languages allowing to start..

Read Article