Skip to main content
Test Case Prioritization Using Code Coverage Analysis

Test Case Prioritization Using Code Coverage Analysis

What is Test Case Prioritization? Test Case Prioritization is a method in..

Read Article
Test Impact Analysis

Test Impact Analysis

What is Test Impact Analysis? Test Impact Analysis (TIA) is an..

Read Article
Running GUI Tests on Each Commit in GitLab CI/CD

Running GUI Tests on Each Commit in GitLab CI/CD

In a recent article, we wrote about running Squish tests on merge requests..

Read Article
Measuring Code Coverage on Devices with Limited Memory

Measuring Code Coverage on Devices with Limited Memory

In this article, we would like to explore the possibilities that are..

Read Article
Code Coverage of Multi-Platform Applications

Code Coverage of Multi-Platform Applications

Many applications are now targeting several operating systems. In most..

Read Article
Accessing QQmlContext Properties in Squish Test Scripts

Accessing QQmlContext Properties in Squish Test Scripts

NOTE: This is an old article that promotes a technique of C++/QML..

Read Article
Coco and System Header Files

Coco and System Header Files

A C or C++ program always includes header files that are provided by the..

Read Article
Testing Multiple Instances of the Same Application

Testing Multiple Instances of the Same Application

In some scenarios, you might need to test multiple instances of your..

Read Article
Upcoming Squish Feature: Remote Control of Test Devices

Upcoming Squish Feature: Remote Control of Test Devices

The ability to work with remote devices is one of Squish's core features...

Read Article
Visual Verification Points - Using the VisualVP Editor

Visual Verification Points - Using the VisualVP Editor

Today we will demonstrate some tips and tricks to using the Squish 'Visual..

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