Skip to main content
Using Linux uinput From a Test Script

Using Linux uinput From a Test Script

[spb_text_block pb_margin_bottom="no" pb_border_bottom="no" width="1/1"..

Read Article
Testing Multiple Applications Using Separate Squish Packages (In One Test Case)

Testing Multiple Applications Using Separate Squish Packages (In One Test Case)

Automating multiple applications built with different UI technologies..

Read Article
Demo: API Testing Using Squish

Demo: API Testing Using Squish

Testing is an important part of the development of a software, the idea..

Read Article
Retrieving Code Coverage from ARM Cortex-M Microcontrollers

Retrieving Code Coverage from ARM Cortex-M Microcontrollers

Introduction In a previous post, we saw how to Measure Code Coverage on..

Read Article
Using Squish for Windows and Image-Based Object Lookup for Automation via VNC

Using Squish for Windows and Image-Based Object Lookup for Automation via VNC

If you are unable to install Squish on the device you want to test, and..

Read Article
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